- 11 Jul, 2011 1 commit
-
-
mgravell authored
-
- 04 Jul, 2011 1 commit
-
-
mgravell authored
-
- 01 Jul, 2011 1 commit
-
-
Sam Saffron authored
smarter param filtering ... note dapper does not support non-ascii named params nicely. the filtering will be a bit wonky
-
- 29 Jun, 2011 1 commit
-
-
mgravell authored
-
- 28 Jun, 2011 9 commits
-
-
Sam Saffron authored
-
Sam Saffron authored
-
Sam Saffron authored
-
Sam Saffron authored
-
Sam Saffron authored
--HG-- rename : Dapper.Contrib/Extensions/SqlMapperExtensions.cs => Dapper.Contrib/SqlMapperExtensions.cs
-
Sam Saffron authored
-
Sam Saffron authored
-
Sam Saffron authored
-
Sam Saffron authored
-
- 22 Jun, 2011 3 commits
-
-
sam.saffron@gmail.com authored
-
Sam authored
Added NHibernate test
-
Dmitry Naumov authored
-
- 20 Jun, 2011 1 commit
-
-
Sam Saffron authored
I don't feel strongly about this change, but I guess it is slightly less "surprising" to have "\u0061\u030a" != "\u00e5"
-
- 16 Jun, 2011 1 commit
-
-
mgravell authored
-
- 14 Jun, 2011 2 commits
-
-
Sam Saffron authored
-
Sam Saffron authored
-
- 07 Jun, 2011 1 commit
-
-
mgravell authored
-
- 06 Jun, 2011 4 commits
-
-
mgravell authored
-
-
mgravell authored
-
Sam Saffron authored
added test for TVP
-
- 05 Jun, 2011 1 commit
-
-
Marc Gravell authored
-
- 03 Jun, 2011 1 commit
-
-
mgravell authored
-
- 02 Jun, 2011 3 commits
-
-
mgravell authored
-
Sam Saffron authored
-
Sam Saffron authored
-
- 01 Jun, 2011 3 commits
- 29 May, 2011 1 commit
-
-
Sam Saffron authored
-
- 26 May, 2011 1 commit
-
-
Sam Saffron authored
-
- 23 May, 2011 3 commits
-
-
johan@JOHAN-DELL-SSD.irm.se authored
Added support for table name attribute on POCO class, should work with ANY attribute named "TableAttribute" that has a "Name" property for it's value (supplied one, and also tested with the Table-attribute in EntityFramework). Cleaned up ProxyGenerator for readability.
-
Sam Saffron authored
-
Sam Saffron authored
Add perf test for dapper contrib Optimise Get perf for dapper contrib
-
- 22 May, 2011 1 commit
-
-
johan@JOHAN-DELL-SSD.irm.se authored
fixed bug in tests, added support for non-tracked concrete class in Get(), emitting a concrete class which seems stupid, but works (due to the generic get method returning both interface and new class)
-
- 21 May, 2011 1 commit
-
-
johan@JOHAN-DELL-SSD.irm.se authored
-