1. 04 Jan, 2018 1 commit
  2. 03 Jan, 2018 1 commit
  3. 02 Jan, 2018 1 commit
  4. 01 Jan, 2018 8 commits
  5. 26 Dec, 2017 1 commit
  6. 06 Dec, 2017 2 commits
    • Grégoire Paris's avatar
      Trigger a deprecation on unknown option · 0241134e
      Grégoire Paris authored
      I am not sure if there is a rationale behind ignoring extra keys like
      this. I was under the impression that something might copy options to
      platform specific options, thus leaving options in the original array,
      knowing they would be ignored anyway. If it is the case, it would be
      best to just move them, otherwise, this commit might help troubleshoot
      some mapping issues.
      I had to fix some tests that wrongly used that options array (maybe
      these options were valid at some point?).
      0241134e
    • Gabriel Caruso's avatar
      Refactoring tests · cfc51dc3
      Gabriel Caruso authored
      cfc51dc3
  7. 28 Nov, 2017 1 commit
  8. 20 Nov, 2017 1 commit
    • Robin Appelman's avatar
      Fix changing column from int to bigint with autoincrement · 754880b6
      Robin Appelman authored
      - SERIAL and BIGSERIAL are not true types and can't be used in ALTER TABLE expressions
      - When changing between int and bigint auto increment fields the default should no be dropped
        to preserve the link between the column and the sequence.
      754880b6
  9. 19 Nov, 2017 19 commits
  10. 18 Nov, 2017 3 commits
  11. 11 Sep, 2017 1 commit
  12. 09 Sep, 2017 1 commit