1. 19 Jul, 2018 1 commit
  2. 01 Jul, 2018 7 commits
  3. 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
  4. 20 May, 2018 4 commits
  5. 16 May, 2018 1 commit
  6. 14 May, 2018 1 commit
  7. 10 Apr, 2018 1 commit
  8. 09 Apr, 2018 1 commit
  9. 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
  10. 03 Apr, 2018 2 commits
  11. 30 Mar, 2018 2 commits
  12. 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
  13. 07 Mar, 2018 3 commits
  14. 14 Feb, 2018 1 commit
  15. 01 Feb, 2018 1 commit
  16. 26 Nov, 2017 5 commits
  17. 06 Nov, 2017 2 commits
  18. 01 Nov, 2017 3 commits
  19. 31 Oct, 2017 1 commit
  20. 14 Sep, 2017 1 commit
    • Nick Craver's avatar
      MyGet feed! · 931c700d
      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.
      931c700d