- 07 May, 2014 9 commits
-
-
Marc Gravell authored
Added support for ICustomQueryParameters to be members of a dictionary t...
-
Marc Gravell authored
-
-
Marc Gravell authored
add ComputedAttribute to allow support for computed columns on Insert
-
-
Marc Gravell authored
Fixed broken link
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Async cleanup; implement missing async methods based on multiple pull requests, but introducing CommandDefinition to preserve binary compatibility while allowing new options
-
- 19 Feb, 2014 1 commit
-
-
Talles L authored
-
- 08 Dec, 2013 1 commit
-
-
Benjamin Collins authored
-
- 27 Oct, 2013 1 commit
-
-
BlackjacketMack authored
Added support for ICustomQueryParameters to be members of a dictionary that can then be passed into a new DynamicParameters object. Generally, working with an IDictionary<string,object> and DynamicParameters has worked well. However, when one of the entries in the dictionary is an ICustomQueryParameter, it would blow up in the SqlMapper.LookupDbType method. This allows parameters that are part of a dictionary to simply call 'AddParameter' passing in the command and name.
-
- 18 Sep, 2013 1 commit
-
-
Marc Gravell authored
-
- 12 Sep, 2013 1 commit
-
-
Sam authored
Dapper.Contrib - Fix broken properties cache.
-
- 21 Aug, 2013 1 commit
-
-
danzel authored
-
- 14 Aug, 2013 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
Fix double?/decimal? conversions (with test); added (currently failing; acknowledges current state) test re missing members
-
- 28 May, 2013 1 commit
-
-
- 24 May, 2013 4 commits
-
-
Marc Gravell authored
Signed-off-by:Marc Gravell <marc.gravell@gmail.com>
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 23 May, 2013 7 commits
-
-
Marc Gravell authored
-
-
Marc Gravell authored
Added support for TVP in anonymous objects
-
-
Marc Gravell authored
DapperRow dynamic invocation fails in Visual basic - fix
-
Marc Gravell authored
Implement connection-string equivalence (similar to https://github.com/SamSaffron/dapper-dot-net/pull/80) Fix Issue131
-
Marc Gravell authored
-
- 02 May, 2013 1 commit
-
-
Fabian de Groot authored
-
- 27 Feb, 2013 1 commit
-
-
- 12 Dec, 2012 1 commit
-
-
Morten Korsgaard authored
-
- 09 Dec, 2012 1 commit
-
-
Morten Korsgaard authored
-
- 06 Dec, 2012 2 commits
- 04 Dec, 2012 1 commit
-
-
Ray Jezek authored
"Id" is being removed most places in Rainbow, but not on Table.Insert. I changed this to make it consistent with SqlCompactTable.Insert and Table.Update.
-
- 27 Nov, 2012 3 commits
- 23 Nov, 2012 1 commit
-
-
Sebastian Burgstaller authored
Added possibility to add custom type maps - enables serialization of enums to DbType.String instead of DbType.Int32
-