- 04 Nov, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 03 Nov, 2015 9 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
-
Marc Gravell authored
-
- 01 Nov, 2015 1 commit
-
-
Marc Gravell authored
The "SqlMapper.cs is too damned big" file split; also removes C#3 support and .NET 3.5 support (sorry, but legacy by too many years)
-
- 24 Oct, 2015 1 commit
-
-
Nick Craver authored
Fix broken link in README
-
- 20 Oct, 2015 1 commit
-
-
Atvaark authored
Fixes #357
-
- 15 Oct, 2015 18 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Simple Func to allow provision of TypeMaps automatically
-
Nick Craver authored
Added basic support for custom type maps in collection parameters
-
Nick Craver authored
-
Nick Craver authored
-
Martin Devillers authored
Table properties that implement Table<T,TId> instead of Table<T> are not recognized during the initialization of the Database<T> class. As a result, these properties remain uninitialized after the call to Database<T>.Init(). // Works fine public Table<Person> Persons { get; set; } // Remains 'null' after Init public Table<Car, Guid> Cars { get; set; } -
Marc Gravell authored
-
https://github.com/kppullin/dapper-dot-netMarc Gravell authored
Merge branch 'defaultStringType' of https://github.com/kppullin/dapper-dot-net into kppullin-defaultStringType Conflicts: Dapper/SqlMapper.cs
-
Marc Gravell authored
-
-
Nick Craver authored
Added the GridReader.Read method with Type [] types and …
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
TODO: Centralize the adapter repeated code down to an abstract class
-
Nick Craver authored
-
- 14 Oct, 2015 1 commit
-
-
johandanforth authored
-
- 13 Oct, 2015 1 commit
-
-
johandanforth authored
-
- 12 Oct, 2015 4 commits
-
-
Nick Craver authored
-
Henk Mollema authored
- New project which targets .NET 3.5. - CSHARP30 debug symbol. - if statements for dynamic parameters. - Used .ToArray with string.Join(). - Remove optional parameters on .NET 3.5 - Remove named arguments
-
Marc Gravell authored
Only set UdtTypeName when value isn't DBNull
-
Marc Gravell authored
Update SqlMapper.cs
-
- 11 Oct, 2015 1 commit
-
-
Marc Gravell authored
- code improvements
-
- 10 Oct, 2015 1 commit
-
-
Nick Craver authored
-