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