1. 10 Jan, 2012 1 commit
  2. 09 Jan, 2012 4 commits
  3. 31 Dec, 2011 2 commits
  4. 28 Dec, 2011 1 commit
  5. 23 Dec, 2011 1 commit
  6. 19 Dec, 2011 1 commit
  7. 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
  8. 14 Dec, 2011 1 commit
  9. 11 Dec, 2011 2 commits
  10. 09 Dec, 2011 4 commits
  11. 08 Dec, 2011 4 commits
  12. 07 Dec, 2011 4 commits
  13. 06 Dec, 2011 1 commit
  14. 21 Nov, 2011 1 commit
  15. 14 Nov, 2011 2 commits
  16. 30 Oct, 2011 1 commit
  17. 28 Oct, 2011 1 commit
  18. 25 Oct, 2011 2 commits
  19. 25 Sep, 2011 1 commit
  20. 19 Sep, 2011 1 commit
  21. 14 Sep, 2011 1 commit
  22. 13 Sep, 2011 1 commit
  23. 29 Aug, 2011 1 commit
  24. 18 Aug, 2011 1 commit