1. 21 Jan, 2012 2 commits
  2. 20 Jan, 2012 1 commit
    • Fran Pregernik's avatar
      Fix for nasty bug that happens when there are 2 or more schemas with tables... · c70bc462
      Fran Pregernik authored
      Fix for nasty bug that happens when there are 2 or more schemas with tables that have the same name. Since all the AbstractPlatform classes get only the table name using ALL_* schema tables is dangerous because the owner is never supplied.
      
      The other possible solution is to use the ALL_* tables but in each of the methods to fetch the owner before actualy querying them.
      c70bc462
  3. 18 Jan, 2012 1 commit
  4. 16 Jan, 2012 2 commits
  5. 15 Jan, 2012 1 commit
  6. 10 Jan, 2012 1 commit
  7. 09 Jan, 2012 4 commits
  8. 31 Dec, 2011 2 commits
  9. 28 Dec, 2011 1 commit
  10. 23 Dec, 2011 1 commit
  11. 19 Dec, 2011 1 commit
  12. 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
  13. 14 Dec, 2011 1 commit
  14. 11 Dec, 2011 2 commits
  15. 09 Dec, 2011 4 commits
  16. 08 Dec, 2011 4 commits
  17. 07 Dec, 2011 4 commits
  18. 06 Dec, 2011 1 commit
  19. 21 Nov, 2011 1 commit
  20. 14 Nov, 2011 2 commits
  21. 30 Oct, 2011 1 commit
  22. 28 Oct, 2011 1 commit
  23. 25 Oct, 2011 1 commit