1. 21 2月, 2018 1 次提交
    • S
      Support PostgreSQL 10 identity · 953889a7
      Shay Rojansky 提交于
      * Added IdentityAlways and IdentityByDefault as value generation
        strategies alongside Serial. Serial is still the default to
        maintain backwards compatibility.
      * Scaffolding is supported
      * Migrations are supported, including changing from one identity
        strategy to another (always->default) and from serial to
        identity.
      953889a7
  2. 20 2月, 2018 3 次提交
  3. 17 2月, 2018 8 次提交
  4. 14 2月, 2018 1 次提交
  5. 13 2月, 2018 1 次提交
  6. 12 2月, 2018 8 次提交
  7. 10 2月, 2018 1 次提交
  8. 03 2月, 2018 1 次提交
  9. 01 2月, 2018 1 次提交
    • S
      Redid type mapper · 5b41c0b2
      Shay Rojansky 提交于
      * Moved to new 2.1 type mapper interface
      * Switched to simple hardcoded mapping creation rather than attempting
        to dynamically load them from ADO, which made no sense as we need
        literal generation anyway.
      * Added many mappings with the literal translations, not complete.
      5b41c0b2
  10. 30 1月, 2018 1 次提交
  11. 29 1月, 2018 1 次提交
  12. 22 1月, 2018 4 次提交
  13. 23 12月, 2017 1 次提交
  14. 17 12月, 2017 2 次提交
  15. 21 11月, 2017 2 次提交
  16. 20 11月, 2017 1 次提交
  17. 19 11月, 2017 3 次提交