- 05 Jan, 2016 1 commit
-
-
Marc Gravell authored
-
- 02 Jan, 2016 2 commits
-
-
Marc Gravell authored
New IDataReader APIs: GetRowParser, Parse; add cache around GetTypeDeserializer that is unrelated to the query itself (just dependent on the shape of the results)
-
Marc Gravell authored
remove the lie that "binding code is only interested in names - not types"; it might have been true once, but not for a long time
-
- 30 Dec, 2015 1 commit
-
-
Nick Craver authored
Added checks to make sure that arrays get the appropriate type when d…
-
- 25 Dec, 2015 1 commit
-
-
joncloud authored
-
- 24 Dec, 2015 1 commit
-
-
Marc Gravell authored
-
- 20 Dec, 2015 1 commit
-
-
Marc Gravell authored
-
- 19 Dec, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 16 Dec, 2015 2 commits
-
-
Marc Gravell authored
Snapshotter now supports private properties.
-
Rob Mackenzie authored
Private properties can serve as helpful passthroughs to more complex public properties. SqlMapper honors private properties when mapping properties, so it seems natural for Snapshotter to follow suit on the 'get' side of things within the Dapper ecosystem.
-
- 08 Dec, 2015 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Add all the missing First/Single/SingleOrDefault methods to match the FirstOrDefault added previously
-
- 07 Dec, 2015 2 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
- 06 Dec, 2015 1 commit
-
-
Johan Danforth authored
-
- 29 Nov, 2015 2 commits
-
-
Nick Craver authored
-
Marc Gravell authored
-
- 28 Nov, 2015 4 commits
-
-
Marc Gravell authored
Fix for #281 - Change CommandBehavior on ExecuteReaderAsync to match sync version
-
Nick Craver authored
-
Nick Craver authored
Just removing some overhead here
-
Nick Craver authored
Remove some unused casts, variables, and warnings
-
- 26 Nov, 2015 17 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Use single-row/single-result hint when possible
-
Marc Gravell authored
-
Marc Gravell authored
MySQL Test Suite for Contrib
-
Nick Craver authored
Fix the URL to the Tests file in Readme
-
Nick Craver authored
-
Fábio Junqueira authored
Fix the url to Dapper Tests
-
Nick Craver authored
-
Nick Craver authored
This is the "approved" xUnit pattern, via: https://github.com/xunit/samples.xunit/tree/master/DynamicSkipExample It's also the only way I can make the damn skipping work...but at least it's it's one-time code to make any server set relatively easily skippable.
-
Marc Gravell authored
Add {Query|Read}FirstOrDefault methods with optimized paths -
Marc Gravell authored
-
Marc Gravell authored
Fix all `(object)param` and `dynamic param` declarations; we already fixed this for non-async, but it looks like it was missed for async; this is not a breaking change: `dynamic` is actually `object`+attribute
-
Marc Gravell authored
-
Marc Gravell authored
Add {Query|Read}FirstOrDefault methods with optimized paths; remove redundant `return await` constructs (prefer to return the existing Task)
-