1. 13 3月, 2018 1 次提交
  2. 11 3月, 2018 2 次提交
  3. 10 3月, 2018 5 次提交
  4. 09 3月, 2018 1 次提交
  5. 07 3月, 2018 1 次提交
  6. 06 3月, 2018 4 次提交
  7. 05 3月, 2018 2 次提交
  8. 01 3月, 2018 1 次提交
  9. 28 2月, 2018 7 次提交
  10. 27 2月, 2018 11 次提交
  11. 24 2月, 2018 2 次提交
  12. 23 2月, 2018 2 次提交
    • S
      Map built-in range types · af84c695
      Shay Rojansky 提交于
      Adding mappings and literal value generation for the 6 PostgreSQL
      built-in range types (int4range, int8range, numrange, tsrange,
      tztsrange, daterange).
      
      Note that operation translation (e.g. contains) has not yet been
      implemented, only basic mapping.
      
      Closes #63
      af84c695
    • S
      Mapping additions and fixes · 12114244
      Shay Rojansky 提交于
      * Added missing mappings
      * Completed literal generation for all mappings and added tests
      12114244
  13. 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