- 11 Nov, 2015 2 commits
-
-
Henk Mollema authored
Without it, Resharper complains about needing the `System.Xml` module when using the `DataTable` class. Project compiles fine without it though. The .NET 4 .csproj file included it as well.
-
Nick Craver authored
fixed GetAll when used with ExplicitKey
-
- 06 Nov, 2015 7 commits
-
-
Marc Gravell authored
-
https://github.com/sebastienros/dapper-dot-netMarc Gravell authored
Merge branch 'projectlock' of https://github.com/sebastienros/dapper-dot-net into sebastienros-projectlock Conflicts: Dapper.DNX.Tests/project.lock.json Dapper/project.lock.json
-
Marc Gravell authored
DNX improvements
-
Henk Mollema authored
-
Henk Mollema authored
Added global.json to solution items too.
-
Henk Mollema authored
-
Henk Mollema authored
-
- 04 Nov, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 03 Nov, 2015 10 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Sebastien Ros authored
These files are already ignored but must have been added before the rule was added.
-
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)
-
- 28 Oct, 2015 1 commit
-
-
JanZakrzewski authored
-
- 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 15 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
-