- 27 Nov, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
Implement opt-in IgnoreDuplicatedColumns feature; if grid returns {X,Y,X}, only the first X is included
-
- 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 15 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
-
Nick Craver authored
Assuming the CHSARP30 were oversights here given the net35 removal, but playing it safe and leaving for this commit.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Provided a name for MySql LAST_INSERT_ID call to allow the result to …
-
- 24 Nov, 2015 4 commits
-
-
Marc Gravell authored
A full CoreCLR/DNX friendly conversion
-
joncloud authored
-
Marc Gravell authored
Updated link to performance tests.
-
joncloud authored
-
- 23 Nov, 2015 1 commit
-
-
Nick Craver authored
-
- 22 Nov, 2015 1 commit
-
-
Nick Craver authored
-