- 14 May, 2014 1 commit
-
-
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
-
- 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.
-