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