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