- 18 Feb, 2016 1 commit
-
-
Marc Gravell authored
-
- 17 Feb, 2016 5 commits
-
-
Marc Gravell authored
Fix typos in the comments for PadListExpansions
-
Jeremy Danyow authored
-
Marc Gravell authored
-
Marc Gravell authored
New feature: PadListExpansions - reduces query plan saturation by padding "in" lists and populating with nulls; opt-in (see remarks on setting)
-
Marc Gravell authored
-
- 15 Feb, 2016 1 commit
-
-
Marc Gravell authored
Initial test setup for #461; note that this does not repro, due to running on SQL-Server - needs to be changed to SQLite to repro
-
- 13 Feb, 2016 1 commit
-
-
Marc Gravell authored
actual/expected in asserts are the wrong way round
-
- 12 Feb, 2016 1 commit
-
-
Chris Chilvers authored
All the tests are wrote in the form actual.IsEqualTo(expected). This made for some odd error messages when a test failed.
-
- 11 Feb, 2016 8 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
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 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-