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