- 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 2 commits
-
-
Sebastian Burgstaller authored
Added possibility to add custom type maps - enables serialization of enums to DbType.String instead of DbType.Int32
-
Sebastian Burgstaller authored
-
- 16 Nov, 2012 2 commits
-
-
Pat Paasch authored
Would occasionally generate exception "Invalid attempt to call MetaData when reader is closed"
-
Sam authored
Allows a class to have a reserved word as a column name.
-
- 15 Nov, 2012 2 commits
-
-
Dave Peters authored
This fixes a bug found in CS 51509960 where the following sequence would result in an InvalidOperationException being thrown due to an attempt to access a disposed of DataReader: - Perform a dynamic query that yields no results - Add data to the source of that query - Perform a the same query again
-
Rick Bundren authored
Insert failed when a word such as order was used as a column name. Added [] around the column name. Also modified the test for InsertGetUpdate(). The first Get is now a User instead of IUser. There is some bug where using the interface twice first on a null result and then on the real result causes the reader to not be open when trying to map the type.
-
- 11 Nov, 2012 1 commit
-
-
tms authored
No sense in escaping TableName only for update, "from" isn't universally optional for deletes, First() should be virtual to allow alternatives to TOP 1
-
- 26 Oct, 2012 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 21 Oct, 2012 6 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Dapper row
-
mrange authored
-
mrange authored
Replaced FastExpando with DapperRow/DapperTable. The primary motivation for this is increased performance when creating lot of rows. In addition DapperRow has a smaller memory footprint.
-
- 18 Oct, 2012 1 commit
-
-
Marc Gravell authored
-
- 16 Oct, 2012 1 commit
-
-
Marc Gravell authored
-