1. 19 Nov, 2017 1 commit
    • Christopher Davis's avatar
      Add Tests Cases to Demonstrate #2906 · 288264d1
      Christopher Davis authored
      Postgres has a `SERIAL` data type to allow shorthand for
      `nextval('sequence_name')`, but DDL like this:
      
          CREATE TABLE example (id SERIAL)
      
      Cannot be generated in the DBAL schema APIs.
      288264d1
  2. 18 Nov, 2017 7 commits
  3. 28 Aug, 2017 11 commits
  4. 03 Aug, 2017 2 commits
  5. 28 Jul, 2017 7 commits
  6. 23 Jul, 2017 2 commits
  7. 22 Jul, 2017 4 commits
  8. 21 Jul, 2017 3 commits
  9. 20 Jul, 2017 1 commit
  10. 19 Jul, 2017 2 commits