1. 06 Dec, 2017 1 commit
  2. 28 Nov, 2017 1 commit
  3. 11 Sep, 2017 1 commit
  4. 09 Sep, 2017 1 commit
  5. 06 Feb, 2017 1 commit
  6. 05 Jan, 2016 1 commit
  7. 17 Oct, 2015 1 commit
  8. 01 May, 2015 1 commit
  9. 18 Jan, 2015 1 commit
  10. 21 Aug, 2014 1 commit
  11. 10 Feb, 2014 1 commit
  12. 07 Feb, 2014 1 commit
  13. 26 Jan, 2014 1 commit
  14. 22 Dec, 2013 1 commit
  15. 19 Nov, 2012 3 commits
  16. 19 Dec, 2011 1 commit
  17. 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
  18. 30 Oct, 2011 1 commit
  19. 11 Feb, 2010 1 commit
  20. 10 Feb, 2010 2 commits
  21. 06 Feb, 2010 1 commit
  22. 18 Dec, 2009 1 commit
  23. 02 Dec, 2009 1 commit
  24. 30 Nov, 2009 1 commit
  25. 03 Nov, 2009 2 commits
  26. 14 Oct, 2009 1 commit
  27. 06 Oct, 2009 1 commit
  28. 20 Jun, 2009 1 commit
  29. 15 Jun, 2009 1 commit
  30. 30 May, 2009 2 commits
  31. 28 May, 2009 3 commits