- 01 May, 2015 5 commits
-
-
Johan Danforth authored
-
johandanforth authored
-
johandanforth authored
This reverts commit 27abc447.
-
johandanforth authored
This reverts commit db942443.
-
- 29 Apr, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 23 Apr, 2015 2 commits
-
-
johan_danforth@hotmail.com authored
-
johan_danforth@hotmail.com authored
-
- 15 Apr, 2015 1 commit
-
-
Marc Gravell authored
-
- 13 Apr, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 10 Apr, 2015 5 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 08 Apr, 2015 2 commits
-
-
Marc Gravell authored
Added Dapper.SqlBuilder NET45 project.
-
Obalix authored
Fixed error in nuspec file, adjusted version in nuspec file to match Dapper version.
-
- 07 Apr, 2015 1 commit
-
-
Obalix authored
Added Dapper.SqlBuilder.nuspec file.
-
- 03 Apr, 2015 3 commits
-
-
Marc Gravell authored
-
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 1 commit
-
-
Ovan Crone authored
-