- 08 Dec, 2015 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Add all the missing First/Single/SingleOrDefault methods to match the FirstOrDefault added previously
-
- 07 Dec, 2015 2 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
- 06 Dec, 2015 1 commit
-
-
Johan Danforth authored
-
- 29 Nov, 2015 2 commits
-
-
Nick Craver authored
-
Marc Gravell authored
-
- 28 Nov, 2015 4 commits
-
-
Marc Gravell authored
Fix for #281 - Change CommandBehavior on ExecuteReaderAsync to match sync version
-
Nick Craver authored
-
Nick Craver authored
Just removing some overhead here
-
Nick Craver authored
Remove some unused casts, variables, and warnings
-
- 26 Nov, 2015 17 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Use single-row/single-result hint when possible
-
Marc Gravell authored
-
Marc Gravell authored
MySQL Test Suite for Contrib
-
Nick Craver authored
Fix the URL to the Tests file in Readme
-
Nick Craver authored
-
Fábio Junqueira authored
Fix the url to Dapper Tests
-
Nick Craver authored
-
Nick Craver authored
This is the "approved" xUnit pattern, via: https://github.com/xunit/samples.xunit/tree/master/DynamicSkipExample It's also the only way I can make the damn skipping work...but at least it's it's one-time code to make any server set relatively easily skippable.
-
Marc Gravell authored
Add {Query|Read}FirstOrDefault methods with optimized paths -
Marc Gravell authored
-
Marc Gravell authored
Fix all `(object)param` and `dynamic param` declarations; we already fixed this for non-async, but it looks like it was missed for async; this is not a breaking change: `dynamic` is actually `object`+attribute
-
Marc Gravell authored
-
Marc Gravell authored
Add {Query|Read}FirstOrDefault methods with optimized paths; remove redundant `return await` constructs (prefer to return the existing Task)
-
- 25 Nov, 2015 11 commits
-
-
Marc Gravell authored
Make DefaultTypeMap public again
-
Henk Mollema authored
-
Nick Craver authored
TODO: Figure out a clean way to disable this locally - we'll want this functionality in the Core test suite as well as we add MySQL specific tests (due to syntax differences in creating tables and such).
-
Marc Gravell authored
-
Marc Gravell authored
-
Nick Craver authored
This fixes some MySQL issues - test suite that confirms issues and fixes is incoming. TODO shortly after: implement the Insert<T, TKey> style methods. I just want to get tests running (and some added) first.
-
Marc Gravell authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-