- 03 Apr, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
(thanks @wickedsheep) Don't use GetValues() due to broken implementation in some providers (Mono: I'm looking at you); also add AsList()
-
- 30 Mar, 2015 1 commit
-
-
Marc Gravell authored
-
- 23 Mar, 2015 1 commit
-
-
Marc Gravell authored
-
- 18 Mar, 2015 7 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
Adding Susanoo benchmarks
-
Marc Gravell authored
Tiny typo
-
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
-
- 10 Dec, 2014 1 commit
-
-
Tim Whitbeck authored
Fix capitalization of commandType (for copy/paste junkies)
-
- 04 Dec, 2014 3 commits
-
-
Ovan Crone authored
-
Ovan Crone authored
-
Ovan Crone 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 1 commit
-
-
Marc Gravell authored
-