1. 30 Nov, 2018 1 commit
  2. 24 Nov, 2018 1 commit
  3. 21 Oct, 2018 1 commit
  4. 16 Oct, 2018 2 commits
  5. 01 Sep, 2018 2 commits
  6. 13 Jul, 2018 2 commits
  7. 11 Jul, 2018 1 commit
  8. 05 Jul, 2018 1 commit
  9. 03 Jul, 2018 1 commit
  10. 01 Jul, 2018 1 commit
  11. 27 Jun, 2018 1 commit
  12. 19 Jun, 2018 2 commits
  13. 14 Jun, 2018 1 commit
  14. 07 Jun, 2018 1 commit
  15. 06 Jun, 2018 1 commit
  16. 30 May, 2018 1 commit
  17. 21 May, 2018 1 commit
  18. 19 May, 2018 1 commit
  19. 15 May, 2018 2 commits
  20. 12 May, 2018 1 commit
    • Sergei Morozov's avatar
      DB2 on Travis · e2e0de25
      Sergei Morozov authored
      1. Use the actual dsdriver distribution
      2. Introduced `AbstractPlatform::getCharMaxLength()` since `CHAR` and `VARCHAR` limitations are different on DB2.
      e2e0de25
  21. 11 May, 2018 2 commits
    • Timo Bakx's avatar
      Updated sqlite unit tests · 245bfb79
      Timo Bakx authored
      245bfb79
    • Robin Appelman's avatar
      allow creating PRIMARY KEY AUTOINCREMENT fields for sqlite · 51358603
      Robin Appelman authored
      If a PRIMARY KEY field is defined in sqlite without autoincrement then
      keys might be reused when rows are deleted, explicitly settings autoincrement
      will prevent this.
      
      Autoincrement is not enabled by default due to additional overhead introduced
      with autoincrement bookkeeping and should only be enabled when the additional
      uniqueness is required.
      51358603
  22. 30 Apr, 2018 1 commit
  23. 29 Apr, 2018 1 commit
  24. 28 Apr, 2018 2 commits
  25. 07 Apr, 2018 4 commits
  26. 06 Apr, 2018 1 commit
  27. 01 Apr, 2018 1 commit
  28. 29 Mar, 2018 3 commits