1. 30 Mar, 2018 2 commits
  2. 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
  3. 07 Mar, 2018 3 commits
  4. 14 Feb, 2018 1 commit
  5. 01 Feb, 2018 1 commit
  6. 26 Nov, 2017 5 commits
  7. 06 Nov, 2017 2 commits
  8. 01 Nov, 2017 3 commits
  9. 31 Oct, 2017 1 commit
  10. 14 Sep, 2017 5 commits
  11. 21 Aug, 2017 12 commits
  12. 20 Aug, 2017 4 commits
    • Nick Craver's avatar
      Update README to remove advetisements · e645420c
      Nick Craver authored
      e645420c
    • Nick Craver's avatar
      Fix for #815 · 71b179af
      Nick Craver authored
      New overload so this isn't a breaking change. We can collapse down in v2.0 (including the Impl method).
      71b179af
    • Nick Craver's avatar
      Fix for #808 · 1bd1b4f8
      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.
      1bd1b4f8
    • Nick Craver's avatar
      Update semver, add to solution · 9d9afeaf
      Nick Craver authored
      9d9afeaf