1. 23 5月, 2022 1 次提交
  2. 21 11月, 2021 2 次提交
  3. 23 9月, 2021 1 次提交
  4. 04 5月, 2021 1 次提交
    • S
      Bump dependencies (#1832) · 9607bd1b
      Shay Rojansky 提交于
      EFCore -> 6.0.0-preview.5.21230.1 (67a5d1697131086b9984c457cec944e8f957f2d8)
      MicrosoftExtensions -> 6.0.0-preview.5.21226.1
      Npgsql -> 6.0.0-ci.20210502T183829
      9607bd1b
  5. 03 8月, 2020 1 次提交
  6. 22 8月, 2018 1 次提交
  7. 25 4月, 2018 1 次提交
  8. 21 3月, 2018 1 次提交
    • S
      Sync to preview2-30335, mapping changes · 612e5fee
      Shay Rojansky 提交于
      Some work on type mapping to make everything work.
      Every mapping now has to be one-to-one: a mapping returned for a CLR
      type must contain that same type; previously when looking up by
      DateTimeOffset we would return a timestamptz mapping which specified
      CLR DateTime.
      
      We now have separate mappings for DateTimeOffset and DateTime
      (as well as for byte and short), and can handle multiple mappings
      given a store type.
      612e5fee
  9. 13 3月, 2018 1 次提交
  10. 27 2月, 2018 1 次提交
    • S
      Sort nulls first in tests · 9a71f819
      Shay Rojansky 提交于
      The functional tests were written for SQL Server and assume that
      ORDER BY sorts nulls first, but PostgreSQL sorts nulls last by
      default.
      
      Add a context option that makes Npgsql generate NULLS FIRST after
      ORDER BY. Since the full feature would also require creating
      indexes with nulls first, this is (for now) an internal-only
      feature.
      
      Closes #50
      9a71f819
  11. 22 1月, 2018 2 次提交
  12. 05 7月, 2017 1 次提交
  13. 04 7月, 2017 1 次提交
  14. 26 5月, 2017 1 次提交
  15. 13 3月, 2017 1 次提交
  16. 03 2月, 2017 1 次提交
  17. 11 6月, 2016 1 次提交
    • S
      Port to RC3 · d6d76b73
      Shay Rojansky 提交于
      All tests pass except for some EFCore-related issues.
      Includes many various fixes.
      d6d76b73
  18. 23 5月, 2016 1 次提交
  19. 01 5月, 2016 1 次提交
  20. 20 4月, 2016 1 次提交
  21. 14 4月, 2016 1 次提交