- 14 May, 2014 2 commits
-
-
Marc Gravell authored
Command recycling and disposing during pipelined async multi-exec; enable pipeline (via sync-over-async) for sync API
-
Marc Gravell authored
-
- 12 May, 2014 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 09 May, 2014 1 commit
-
-
Marc Gravell authored
-
- 08 May, 2014 7 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Removing random Class1
-
Marc Gravell authored
-
Marc Gravell authored
Introducing: literal value replacements, i.e. `where row.Id={=id}` - use rarely, but to avoid query-plan poisoning
-
- 07 May, 2014 22 commits
-
-
Phillip Haydon authored
-
Marc Gravell authored
-
Marc Gravell authored
Added DeleteAll method to easily delete all entities in a table
-
Marc Gravell authored
Support for "ignoring Navigation Property"
-
Marc Gravell authored
Make parameter filtering truly culture-insensitive
-
Marc Gravell authored
ThrowDataException is not Complete
-
Marc Gravell authored
Fixes to ExecuteReader for new API; also adds ExecuteReaderAsync; also fix null parameters which broke in an unrelated pull request
-
Marc Gravell authored
Added ExecuteReader method Note: This has a few kinks (I think it closes overly aggressively, and there's too many overloads for comfort), but I'll merge it and edit those immediately afterwards
-
Marc Gravell authored
Cleaned up some nesting
-
-
Marc Gravell authored
-
Marc Gravell authored
Add SQLiteAdapter
-
Marc Gravell authored
Fix single file (SqlMapper.cs) link
-
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
-
- 16 Jan, 2014 1 commit
-
-
Simon Skov Boisen authored
-
- 20 Dec, 2013 1 commit
-
-
Peter Gill authored
-
- 08 Dec, 2013 1 commit
-
-
Benjamin Collins authored
-
- 07 Nov, 2013 1 commit
-
-
JJoe2 authored
ExecuteReader returns an IDataReader that can be used to process the results without Dapper's mapping - for example, to fill a DataTable or DataSet
-
- 05 Nov, 2013 1 commit
-
-
Young Pay authored
-