1. 11 6月, 2018 1 次提交
    • S
      Add explicit type to array literals · 0a6bda8a
      Shay Rojansky 提交于
      Array literals are now rendered as ARRAY[3,4]::integer[], including
      explicit typing. This fixes:
      1. Empty array literals (ARRAY[] raised an error).
      2. Cases such as arrays of shorts, which would render as ARRAY[3,4]
         and which PostgreSQL would take to be an array of ints.
      
      Fixes #439
      0a6bda8a
  2. 29 5月, 2018 1 次提交
  3. 09 5月, 2018 1 次提交
  4. 02 5月, 2018 1 次提交
  5. 31 3月, 2018 1 次提交
  6. 13 3月, 2018 1 次提交
  7. 07 3月, 2018 1 次提交
  8. 28 2月, 2018 1 次提交
  9. 27 2月, 2018 1 次提交
  10. 24 2月, 2018 1 次提交
  11. 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
  12. 17 12月, 2017 1 次提交
  13. 22 7月, 2017 1 次提交
  14. 07 7月, 2017 1 次提交
  15. 04 7月, 2017 1 次提交
  16. 13 3月, 2017 1 次提交
  17. 04 7月, 2016 1 次提交
  18. 16 5月, 2016 1 次提交
  19. 20 4月, 2016 2 次提交
  20. 14 4月, 2016 1 次提交