- 14 Oct, 2014 4 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
Fix issue 178: ExecuteReader now returns a wrapper around the command/reader pair, so that the lifetime of the command is extended Also improve documentation around use of "dynamic" in Query()
-
Marc Gravell authored
-
Marc Gravell authored
-
- 09 Oct, 2014 1 commit
-
-
Marc Gravell authored
Actually pass IsInclusive param to Clause so OrWhere can work
-
- 29 Sep, 2014 4 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
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
-
- 17 Sep, 2014 1 commit
-
-
Chris Hynes authored
-
- 15 Sep, 2014 21 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...
-