- 04 Sep, 2012 3 commits
-
-
Marc Gravell authored
Minor tweaks to custom type-map implementation; principally, lock-less reading and caching the default type-map
-
-
Anatoly Zhmur authored
-
- 14 Aug, 2012 1 commit
-
-
Anatoly Zhmur authored
-
- 07 Aug, 2012 9 commits
-
-
https://github.com/jedidja/dapper-dot-netMarc Gravell authored
Conflicts: Dapper.Rainbow/Database.cs
-
Marc Gravell authored
tweak tests to represent this (and workaround) Added [ActiveTest] to allow trivial debugging individual tests
-
Marc Gravell authored
Replicated a bug 'Dapper MultiMap doesn't work with splitOn with NULL value'
-
Marc Gravell authored
Fix for issue #70 (support for TimeSpan)
-
Marc Gravell authored
Added dynamic query like for CSharp30.
-
https://github.com/vosen/dapper-dot-netMarc Gravell authored
Also optimised ldloc/lodloca/stloc and fixed enum double-assignment Signed-off-by:Marc Gravell <marc.gravell@gmail.com>
-
-
-
Marc Gravell authored
-
- 06 Aug, 2012 1 commit
-
-
Jakub Konecki authored
Fix for issue #70 (http://code.google.com/p/dapper-dot-net/issues/detail?id=70) and also related MS bug with DbType.Time (https://connect.microsoft.com/VisualStudio/feedback/details/381934/sqlparameter-dbtype-dbtype-time-sets-the-parameter-to-sqldbtype-datetime-instead-of-sqldbtype-time).
-
- 15 Jul, 2012 2 commits
-
-
Sam authored
Capitalize "id" to maintain consitency
-
Garrett Wolf authored
-
- 12 Jul, 2012 1 commit
-
-
Joao Silva authored
-
- 02 Jul, 2012 3 commits
-
-
Sam authored
sql_variant support query parameters and SQL Server
-
SwissCheeze authored
-
SwissCheeze authored
-
- 27 Jun, 2012 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 25 Jun, 2012 3 commits
-
-
-
Marc Gravell authored
-
Marc Gravell authored
Support for ExpandoObject (or at least, "dynamic" and dictionary-like) to be treated directly as a parameter
-
- 21 Jun, 2012 2 commits
-
-
Sam authored
Updated DynamicParameters to allow inheritance of the AddParameters
-
Rich Czyzewski authored
Updated DynamicParameters to allow inheritance of the AddParameters method when subclassing for TVPs
-
- 13 Jun, 2012 2 commits
-
-
-
Marc Gravell authored
Adding some common used overloads for Query, Execute and QueryMultiple
-
- 12 Jun, 2012 2 commits
-
-
Marc Gravell authored
-
-
- 11 Jun, 2012 5 commits
-
-
Joao Silva authored
-
unknown authored
(schema change detection) actually, don't need hash to depend on types; the binding code only considers names, not types - generated code would be the same even if this doesn't change
-
unknown authored
Rewrite of the schema-change handling; the "see if it errors, then recalc" is, it turns out, stupid.
-
Joao Silva authored
Added Overloads for commandType and transaction for CSHARP30 Directive for adding common call's signatures and also mantain language compatibility with pre-VS2010
-
Joao Silva authored
-
- 28 May, 2012 3 commits
-
-
Sam authored
Add a .gitattributes
-
Jakub Konecki authored
Replicated a bug 'Dapper MultiMap doesn't work with splitOn with NULL value' reported on SO http://stackoverflow.com/q/10744728/449906. Dapper doesn't create an instance of the class if the first property after split is mapped to a column with NULL value.
-
Paul Betts authored
-
- 24 May, 2012 1 commit
-
-
unknown authored
-