- 20 May, 2018 4 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
TODO: NerdBank versioning cutover
-
- 16 May, 2018 1 commit
-
-
Nick Craver authored
-
- 14 May, 2018 1 commit
-
-
Brian Drupieski authored
-
- 10 Apr, 2018 1 commit
-
-
Ben McCallum authored
-
- 09 Apr, 2018 1 commit
-
-
Charles-Isaac Côté authored
Replaced a dead link in Readme.md by a link to the WaybackMachine
-
- 04 Apr, 2018 1 commit
-
-
Nick Craver authored
* Better error messages for .*Async methods when not using DbConnection Perhaps in v2 we move these to DbConnection itself ratherr than IDbConnection for the extensions to eliminate the case, but that's breaking...for now we can at least throw a better error. See #757 for details. * Tweak errors to allow open IDbConnections and those generating DbCommands Same checks but a bit more lenient with more specific messaging. * Tweaking error messages and supporting IDbConnection implementations … (#987)
-
- 03 Apr, 2018 2 commits
-
-
Marc Gravell authored
Remove reference to Stack Overflow docs
-
Mike McCaughan authored
Should resolve #992
-
- 30 Mar, 2018 2 commits
-
-
Sergey authored
-
Brian Drupieski authored
-
- 09 Mar, 2018 1 commit
-
-
Jase authored
* Change to GetAll to allow the usage of a nullable type in T when T is an interface. * Change to GetAll to allow the usage of a nullable type in T when T is an interface: further change to check if val == null and if so then don't try to assign it as a property value. * Change to Get to allow the usage of a nullable type in T when T is an interface. (effectively the same change as the previous change to GetAll.) * Change to GetAsync and GetAllAsync to allow the usage of a nullable type in T when T is an interface. * Added in UserWithNullableDob and IUserWithNullableDob. Added in tests for GetAndGetAllWithNullableValues and GetAsyncAndGetAllAsyncWithNullableValues. * Added in .ConfigureAwait(false) in the GetAsync Test. Added comment to identify which issue the test relates to. * Added NullableDates tables to the test databases. Adjusted variable names in GetAndGetAllWithNullableValues and GetAsyncAndGetAllAsyncWithNullableValues. * Changed IUserWithNullableDob to INullableDate.
-
- 07 Mar, 2018 3 commits
-
-
Marcell Toth authored
-
Alexey Zimarev authored
-
Nick Craver authored
This brings behavior QueryAsync behavior on par with Query (sync) and properly returns nothing when an empty result set is encountered.
-
- 14 Feb, 2018 1 commit
-
-
Dominik Herold authored
* fix equal tests * fix test
-
- 01 Feb, 2018 1 commit
-
-
Andrey Dorokhov authored
-
- 26 Nov, 2017 5 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Brian Drupieski authored
* when inserting check if type implements IEnumerable<T> to determine if it's a collection * when inserting, check if type is a collection by comparing its implemented interfaces to unbound generic type IEnumerable<> instead of the name "IEnumerable`1"
-
- 06 Nov, 2017 2 commits
- 01 Nov, 2017 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Add literal replacement example to readme
-
- 31 Oct, 2017 1 commit
-
-
Yves Mancera authored
-
- 14 Sep, 2017 5 commits
-
-
Nick Craver authored
Adding a dapper specific feed, for much easier pushing to NuGet. When they implement Ctrl+Click in the UI this won't be necessary...or we break down and automate it finally. Depends on signing plans later.
-
Nick Craver authored
Removes NuGet workaround for pre-2.0 and lines up with other script enhancements since.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 21 Aug, 2017 5 commits
-
-
Nick Craver authored
-
-
Nick Craver authored
Micro optimizations for CreateParamInfoGenerator
-
Nick Craver authored
-
Nick Craver authored
-