1. 11 Sep, 2018 2 commits
    • Nick Craver's avatar
      Add EF compiled query to benchmarks · 0b867bbf
      Nick Craver authored
      0b867bbf
    • Nick Craver's avatar
      Benchmarks: updating libs and overall runner (#1123) · 0b168789
      Nick Craver authored
      This is prepping a run we can drop into the README easily. And more info on allocations and such along with it. It's finishing off the benchmark port getting it into a good output state (something we can copy/paste). It removes Simple.Data because the package was debug and causes a lot of issues.
      
      This doesn't output 100% like we want yet (fastest to slowest). BenchmarkDotNet joins summary results after ordering...we need to post-order that. I'm asking the maintainers how to do so.
      
      Also note Belgrade was not parameterizing before, giving it a huge unfair advantage. This has been fixed to be apples:apples.
      0b168789
  2. 07 Sep, 2018 2 commits
  3. 04 Sep, 2018 3 commits
    • Nick Craver's avatar
      Faster builds + use MySqlConnector · 522d150e
      Nick Craver authored
      MySql.Data is a travesty at this point - moving to something more stable. Really we weren't testing Dapper with previous test failures, we were testing what mood MySql.Data and NuGet extraction are in and which phase of the moon is about.
      
      Also speeds up the builds with 1 restore and 1 build. We can simplify here because everything is relevant (no wasted builds).
      522d150e
    • Nick Craver's avatar
      Woops, fix appveyor config for new build.ps1 · ba16b54b
      Nick Craver authored
      ba16b54b
    • Nick Craver's avatar
      Dapper build fixes, versioning, and SQL CE drop · e16c6995
      Nick Craver authored
      - Moves to NerdBank git-based versioning
      - Cleans up build.ps1 to current (will tweak for older moves later)
      - Updates xUnit to latest
      - Moves to dotnet test, since they killed dotnet xunit
      - Testing SQL Server CE has become unreasonable. It's gone (minimal cleanup in this commit disabling it).
      e16c6995
  4. 22 Aug, 2018 1 commit
  5. 14 Aug, 2018 2 commits
  6. 19 Jul, 2018 1 commit
  7. 01 Jul, 2018 7 commits
  8. 18 Jun, 2018 1 commit
    • Alex Wiese's avatar
      Update build.ps1 · 4e62055c
      Alex Wiese authored
      The -Contains operator doesn't do substring comparisons.
      
      > -Contains
      >Description: Containment operator. Tells whether a collection of reference values includes a single test value.
      
      Should be using -Match operator instead.
      4e62055c
  9. 20 May, 2018 4 commits
  10. 16 May, 2018 1 commit
  11. 14 May, 2018 1 commit
  12. 10 Apr, 2018 1 commit
  13. 09 Apr, 2018 1 commit
  14. 04 Apr, 2018 1 commit
    • Nick Craver's avatar
      Better error messages for .*Async methods when not using DbConnection (#986) · e199a871
      Nick Craver authored
      * Better error messages for .*Async methods when not using  DbConnection
      
      Perhaps in v2 we move these to DbConnection itself ratherr than IDbConnection for the extensions to eliminate the case, but that's breaking...for now we can at least throw a better error. See #757 for details.
      
      * Tweak errors to allow open IDbConnections and those generating DbCommands
      
      Same checks but a bit more lenient with more specific messaging.
      
      * Tweaking error messages and supporting IDbConnection implementations … (#987)
      e199a871
  15. 03 Apr, 2018 2 commits
  16. 30 Mar, 2018 2 commits
  17. 09 Mar, 2018 1 commit
    • Jase's avatar
      Change to GetAll to allow the usage of a nullable type in T when T is an interface… #933 (#936) · 07fe543f
      Jase authored
      * Change to GetAll to allow the usage of a nullable type in T when T is an interface.
      
      * Change to GetAll to allow the usage of a nullable type in T when T is an interface: further change to check if val == null and if so then don't try to assign it as a property value.
      
      * Change to Get to allow the usage of a nullable type in T when T is an interface. (effectively the same change as the previous change to GetAll.)
      
      * Change to GetAsync and GetAllAsync to allow the usage of a nullable type in T when T is  an interface.
      
      * Added in UserWithNullableDob and IUserWithNullableDob.
      
      Added in tests for GetAndGetAllWithNullableValues and  GetAsyncAndGetAllAsyncWithNullableValues.
      
      * Added in .ConfigureAwait(false) in the GetAsync Test.
      Added comment to identify which issue the test relates to.
      
      * Added NullableDates tables to the test databases.
      Adjusted variable names in GetAndGetAllWithNullableValues and GetAsyncAndGetAllAsyncWithNullableValues.
      
      * Changed IUserWithNullableDob to INullableDate.
      07fe543f
  18. 07 Mar, 2018 3 commits
  19. 14 Feb, 2018 1 commit
  20. 01 Feb, 2018 1 commit
  21. 26 Nov, 2017 2 commits