- 18 Mar, 2015 4 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
QueryAsync<Dynamic> should return an IEnumerable<DapperRow>
-
Marc Gravell authored
Updated dead link
-
- 16 Mar, 2015 1 commit
-
-
Marc Gravell authored
-
- 27 Jan, 2015 1 commit
-
-
JoeMighty authored
Replaced dead link (http://rob.conery.io/helpy-stuff/and-i-shall-call-it-massive) to go to Github repository (https://github.com/robconery/massive).
-
- 14 Jan, 2015 1 commit
-
-
Michael Burbea authored
In `QueryAsync<Dynamic>` you will get back an `IEnumerable<object>` requiring you to use `.Cast<IDictionary<String,Object>>()` to get the desired behavior. However, `Query` returns an `IEnumerable<DapperRow>` so you can use a simple cast or as to `IEnumerable<IDictionary<string,object>>` I propose this change to allow this code to just work:: ```csharp var rows = await QueryAsync(cnn, sql) as IEnumerable<IDictionary<string,object>>; ```
-
- 16 Dec, 2014 3 commits
-
-
Marc Gravell authored
Case-insensitive matching support for where-in pseudo parameters
-
Тукаев Александр Юрьевич authored
-
Тукаев Александр Юрьевич authored
-
- 16 Nov, 2014 2 commits
-
-
Marc Gravell authored
Spell Checking
-
ofirgeller authored
Just correcting some typos. One thing that is a matter of opinion. I think recordset and featureset should not be used as a word so I changed it to => record set and feature set.
-
- 30 Oct, 2014 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
whack at an explicit constructor attribute
-
- 28 Oct, 2014 1 commit
-
-
kevin-montrose authored
-
- 22 Oct, 2014 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 14 Oct, 2014 4 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
Fix issue 178: ExecuteReader now returns a wrapper around the command/reader pair, so that the lifetime of the command is extended Also improve documentation around use of "dynamic" in Query()
-
Marc Gravell authored
-
Marc Gravell authored
-
- 09 Oct, 2014 1 commit
-
-
Marc Gravell authored
Actually pass IsInclusive param to Clause so OrWhere can work
-
- 29 Sep, 2014 4 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 26 Sep, 2014 1 commit
-
-
Marc Gravell authored
-
- 23 Sep, 2014 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 22 Sep, 2014 5 commits
-
-
Marc Gravell authored
Mention PostgreSQL
-
petsuter authored
It seems worth mentioning explicitly if Dapper works with PostgreSQL or not. I assume it does based on the remark that "it works across all .net ado providers", but am not sure because it's not mentioned explicitly...
-
Marc Gravell authored
Allow passing an IDictionary<string, object> as parameter object
-
Matt Wilkinson authored
Allows use of IDictionary<string, object> as parameter objects. I'm assuming that the && was a mistake, and that this logic should handle both of the types equally well. Also allows .NET 3.5 to use the IDictionary case.
-
Matt Wilkinson authored
-
- 17 Sep, 2014 1 commit
-
-
Chris Hynes authored
-
- 15 Sep, 2014 3 commits
-
-
Marc Gravell authored
Revert "Escape column names"
-
Marc Gravell authored
-
Marc Gravell authored
-