- 26 Nov, 2017 2 commits
-
-
Nick Craver authored
-
Brian Drupieski authored
* when inserting check if type implements IEnumerable<T> to determine if it's a collection * when inserting, check if type is a collection by comparing its implemented interfaces to unbound generic type IEnumerable<> instead of the name "IEnumerable`1"
-
- 06 Nov, 2017 2 commits
- 01 Nov, 2017 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Add literal replacement example to readme
-
- 31 Oct, 2017 1 commit
-
-
Yves Mancera authored
-
- 14 Sep, 2017 5 commits
-
-
Nick Craver authored
Adding a dapper specific feed, for much easier pushing to NuGet. When they implement Ctrl+Click in the UI this won't be necessary...or we break down and automate it finally. Depends on signing plans later.
-
Nick Craver authored
Removes NuGet workaround for pre-2.0 and lines up with other script enhancements since.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 21 Aug, 2017 12 commits
-
-
Nick Craver authored
-
-
Nick Craver authored
Micro optimizations for CreateParamInfoGenerator
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
AddDynamicParameters repeated should work while paramtype is DbString
-
Nick Craver authored
Netstandard2.0 Followup Cleanup
-
Nick Craver authored
.NET Standard 2.0, for great justice.
-
Nick Craver authored
-
Nick Craver authored
This change: - Removes the Assert shim - Uses recommended xUnit methods (improving fail errors) - Cleans up exception tests - General test formatting fixes - Removes the netcoerapp1.0 only testing (oops commit)
-
- 20 Aug, 2017 8 commits
-
-
Nick Craver authored
-
Nick Craver authored
New overload so this isn't a breaking change. We can collapse down in v2.0 (including the Impl method).
-
Nick Craver authored
Add dynamic overloads for: - QueryFirstAsync - QueryFirstOrDefaultAsync - QuerySingleAsync - QuerySingleOrDefaultAsync This may change a lot in 2.x, but many people asking for them now so here they are. Unit tests also fixed for QuerySingleOrDefaultAsync. Note: this builds on the netstandard2 branch because of the xUnit changes to go with VS 2017 15.3.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
.NET Core 2 SDK is on the base Appveyor image now
-
Nick Craver authored
-
Nick Craver authored
This uses the new non-parallel-at-the-end I added to xUnit in https://github.com/xunit/xunit/pull/1411 This way we can run any global test that are other-test-unfriendly much more easily.
-
- 15 Aug, 2017 2 commits
-
-
-
Sergii Volchkov authored
* Enable SqlDataRecord TVPs on netstandard1.3. * Update netstandard2.0 SqlClient references to Preview 2. * Skip TransactionScope tests for netcoreapp2.0. - According to https://github.com/dotnet/corefx/issues/12534, ambient transaction enlistment is not included with .net core 2.0. * Update references in Dapper.StrongName. * Disable parallel test run to stabilize flaky type handler tests. * Disable parallel test run by assembly attribute. * Move Issue461 tests to TypeHandlerTests. * Group type handler tests in a collection, re-enable parallelization. - Being part of the same collection, type handler tests will run sequentially. All other tests can run in parallel. * Move tests relying on query cache & type maps to a separate collection.
-
- 08 Aug, 2017 1 commit
-
-
verysimplenick authored
-
- 15 Jun, 2017 3 commits
-
-
Nick Craver authored
-
Nick Craver authored
This reverts commit e7ad0874.
-
Sergii Volchkov authored
-
- 14 Jun, 2017 1 commit
-
-
Ffloriel authored
Markdown tables instead of html “Can be faster” in correct row
-