- 29 Sep, 2014 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 26 Sep, 2014 1 commit
-
-
Marc Gravell authored
-
- 23 Sep, 2014 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 22 Sep, 2014 5 commits
-
-
Marc Gravell authored
Mention PostgreSQL
-
petsuter authored
It seems worth mentioning explicitly if Dapper works with PostgreSQL or not. I assume it does based on the remark that "it works across all .net ado providers", but am not sure because it's not mentioned explicitly...
-
Marc Gravell authored
Allow passing an IDictionary<string, object> as parameter object
-
Matt Wilkinson authored
Allows use of IDictionary<string, object> as parameter objects. I'm assuming that the && was a mistake, and that this logic should handle both of the types equally well. Also allows .NET 3.5 to use the IDictionary case.
-
Matt Wilkinson authored
-
- 15 Sep, 2014 29 commits
-
-
Marc Gravell authored
Revert "Escape column names"
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Merge branch 'FixDbStringList' of https://github.com/maurocerutti/dapper-dot-net into maurocerutti-FixDbStringList Conflicts: Dapper NET40/SqlMapper.cs
-
Marc Gravell authored
-
Marc Gravell authored
Fixed regression with sproc tests
-
Derek Gray authored
-
Marc Gravell authored
-
Marc Gravell authored
-
https://github.com/AdamAtDotNet/dapper-dot-netMarc Gravell authored
Merge branch 'AsyncCrud' of https://github.com/AdamAtDotNet/dapper-dot-net into AdamAtDotNet-AsyncCrud
-
Marc Gravell authored
-
Marc Gravell authored
Added async/await to Dapper.Rainbow - .Net 4.5 Hooray \o/
-
Marc Gravell authored
-
Marc Gravell authored
Merge branch 'arbitrary-multi-maps' of https://github.com/Polylytics/dapper-dot-net into Polylytics-arbitrary-multi-maps Conflicts: Dapper NET45/SqlMapperAsync.cs
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Merge branch 'arbitrary-multi-maps' of https://github.com/Polylytics/dapper-dot-net into Polylytics-arbitrary-multi-maps Apply recent changes (output callbacks) Conflicts: Dapper NET45/SqlMapperAsync.cs
-
Marc Gravell authored
Issue 138: FSharp.Core references, plus fix up a prompt on Dapper.Contrib.Tests
-
Marc Gravell authored
Project URL updated to point at github
-
Marc Gravell authored
Escape column names
-
Marc Gravell authored
Investigate issue 157 (unable to reproduce) - but also found and fixed i...
-
Marc Gravell authored
Investigate issue 157 (unable to reproduce) - but also found and fixed issue with subsequent query if reader not fully closed down
-
Marc Gravell authored
Fix detached head
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Avoid type-name conflicts causing cache conflicts (makes the cache per-T; also avoids locking on the happy-path)
-
Marc Gravell authored
-
Marc Gravell authored
Added support for expression-based output parameter setting
-
Derek authored
-