1. 16 Nov, 2018 1 commit
  2. 08 Nov, 2018 1 commit
  3. 24 Oct, 2018 1 commit
  4. 20 Oct, 2018 1 commit
  5. 16 Oct, 2018 1 commit
  6. 13 Oct, 2018 1 commit
  7. 07 Oct, 2018 1 commit
  8. 06 Oct, 2018 2 commits
  9. 02 Oct, 2018 2 commits
  10. 28 Sep, 2018 2 commits
  11. 27 Sep, 2018 1 commit
  12. 25 Sep, 2018 1 commit
  13. 20 Sep, 2018 1 commit
  14. 01 Sep, 2018 1 commit
  15. 29 Aug, 2018 1 commit
  16. 18 Aug, 2018 1 commit
  17. 29 Jun, 2018 1 commit
  18. 19 Jun, 2018 2 commits
  19. 17 Jun, 2018 2 commits
  20. 14 Jun, 2018 1 commit
  21. 12 Jun, 2018 1 commit
  22. 07 Jun, 2018 1 commit
  23. 21 May, 2018 1 commit
  24. 19 May, 2018 1 commit
  25. 15 May, 2018 1 commit
  26. 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
  27. 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
  28. 01 May, 2018 1 commit
  29. 30 Apr, 2018 1 commit
  30. 29 Apr, 2018 1 commit
  31. 28 Apr, 2018 2 commits
  32. 07 Apr, 2018 2 commits