1. 12 Jul, 2020 2 commits
  2. 11 Jul, 2020 1 commit
  3. 17 Jun, 2020 1 commit
  4. 09 Jun, 2020 1 commit
  5. 27 May, 2020 1 commit
  6. 12 Apr, 2020 1 commit
  7. 08 Apr, 2020 1 commit
  8. 21 Mar, 2020 2 commits
  9. 30 May, 2019 1 commit
  10. 14 Apr, 2019 1 commit
  11. 03 Feb, 2019 1 commit
  12. 28 Sep, 2018 2 commits
  13. 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
  14. 01 Apr, 2018 1 commit
  15. 06 Dec, 2017 1 commit
  16. 28 Nov, 2017 1 commit
  17. 11 Sep, 2017 1 commit
  18. 09 Sep, 2017 1 commit
  19. 06 Feb, 2017 1 commit
  20. 05 Jan, 2016 1 commit
  21. 17 Oct, 2015 1 commit
  22. 01 May, 2015 1 commit
  23. 18 Jan, 2015 1 commit
  24. 21 Aug, 2014 1 commit
  25. 10 Feb, 2014 1 commit
  26. 07 Feb, 2014 1 commit
  27. 26 Jan, 2014 1 commit
  28. 22 Dec, 2013 1 commit
  29. 19 Nov, 2012 3 commits
  30. 19 Dec, 2011 1 commit
  31. 18 Dec, 2011 1 commit
    • Miquel Rodríguez Telep / Michael Rodríguez-Torrent's avatar
      Remove broken SQLite auto-increment and fix composite primary keys · ced12abf
      * The old implementation produced invalid SQLite statements for tables with
        a composite primary key, as SQLite cannot have more than one primary key
        clause and autoincrement can only be declared on a single column
      * There is currently no way to tell from its pragma if an SQLite column
        auto-increments, therefore enabling it on all primary keys is not accurate
      * SQLite primary keys auto-increment anyway (but slightly differently from an
        actual auto-increment column -- not guaranteed unique)
      ced12abf
  32. 30 Oct, 2011 1 commit
  33. 11 Feb, 2010 1 commit
  34. 10 Feb, 2010 1 commit