1. 02 Oct, 2018 3 commits
  2. 11 Jul, 2018 1 commit
  3. 01 Jul, 2018 1 commit
  4. 27 Jun, 2018 1 commit
  5. 21 May, 2018 1 commit
  6. 15 May, 2018 1 commit
  7. 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
  8. 28 Apr, 2018 1 commit
  9. 01 Apr, 2018 1 commit
  10. 13 Feb, 2018 1 commit
  11. 11 Feb, 2018 1 commit
  12. 29 Jan, 2018 4 commits
  13. 19 Dec, 2017 1 commit
  14. 11 Sep, 2017 1 commit
  15. 28 Jul, 2017 1 commit
  16. 25 Jul, 2017 1 commit
  17. 19 Jul, 2017 1 commit
  18. 15 Jul, 2016 1 commit
  19. 10 Jan, 2016 1 commit
  20. 06 Jan, 2016 1 commit
  21. 07 Dec, 2015 1 commit
  22. 23 Jul, 2015 1 commit
  23. 23 Jan, 2015 1 commit
  24. 26 Dec, 2014 1 commit
  25. 20 Oct, 2014 1 commit
  26. 21 Aug, 2014 1 commit
  27. 12 Aug, 2014 1 commit
    • Adrien Crivelli's avatar
      Deactivate partial index support for Sqlite · 8feb89be
      Adrien Crivelli authored
      While technically it could work, the schema introspection of Sqlite
      platform has severe flaws preventing us to provide reliable support
      of partial (and non-partial) indexes for the moment.
      8feb89be
  28. 22 Jul, 2014 2 commits
  29. 24 Apr, 2014 1 commit
  30. 31 Mar, 2014 2 commits
  31. 14 Feb, 2014 1 commit
  32. 10 Feb, 2014 1 commit