- 11 Feb, 2016 1 commit
-
-
Marc Gravell authored
-
- 10 Feb, 2016 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 09 Feb, 2016 1 commit
-
-
Henk Mollema authored
Class libraries should target net451 rather than dnx451, according to this: aspnet/Announcements#98 Also updated global.json to use DNX v1.0.0-rc1-update1
-
- 05 Feb, 2016 2 commits
-
-
Marc Gravell authored
Add ApplyNullValues setting / implementation - makes it assign (rather than ignore) null values when possible; also nameof *all the things*; well... most of them
-
Marc Gravell authored
-
- 29 Jan, 2016 2 commits
-
-
Nick Craver authored
Fix small typo in contrib
-
Shrayas authored
default was misspelt as defualt
-
- 22 Jan, 2016 1 commit
-
-
Marc Gravell authored
-
- 14 Jan, 2016 1 commit
-
-
Marc Gravell authored
Make use of delegate variance, so the actual delegate stored is a Func<IDataReader, YourType>; this makes it possible to efficiently expose GetRowParser<T> without any extra allocations
-
- 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 6 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
-