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