- 15 Oct, 2015 16 commits
-
-
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 2 commits
-
-
Nick Craver authored
-
Nick Craver authored
fix Cast at QueryAsync<T>
-
- 02 Oct, 2015 1 commit
-
-
Nigrimmist authored
-
- 01 Oct, 2015 2 commits
-
-
Nigrimmist authored
-
perliedman authored
-
- 10 Sep, 2015 2 commits
-
-
Sergey Kuznetsov authored
-
tangruixing authored
fixed the "UdtTypeName property must be set for UDT parameters" error. C# : .net Framework 4.5.1 Sql server 2012
-
- 06 Sep, 2015 2 commits
-
-
Johan Danforth authored
Little changes :)
-
ithero7 authored
Correct the spelling mistake, and change the variable name to satisfy the naming conventions.
-
- 31 Aug, 2015 1 commit
-
-
Nick Craver authored
This also brings the failing test count down to 1: only TestCustomParameters fails.
-
- 28 Aug, 2015 1 commit
-
-
Marc Gravell authored
Runtime dependency
-
- 25 Aug, 2015 4 commits
-
-
Marc Gravell authored
SqlMapper global/default CommandTimeout
-
Marc Gravell authored
remove commented json so dnx tooling doesn't break
-
Marc Gravell authored
Language correction on Readme
-
Marc Gravell authored
Fix capitalization in README
-
- 06 Aug, 2015 1 commit
-
-
Martin Jul authored
-
- 05 Aug, 2015 1 commit
-
-
Guilherme Duarte authored
Added LookupDbType on the first iteration of the PackListParameters method
-