1. 04 Oct, 2012 2 commits
    • Sergi de Pablos's avatar
    • Sergi de Pablos's avatar
      Fix dropping foreign key multiple times with test · 04208c6a
      Sergi de Pablos authored
      In some cases the Comparator class returns multiple drops for the same foreign key.
      Specifically, in case you have two tables, A & B, with A having a foreign key FK
      referencing B, if you drop table B, the resulting diff shows this FK twice,
      once on the diff->orphanedForeignKeys array as we're deleting B, and another on
      the diff->changedTables array as table A is also being modified. As a result of this you
      get the DROP FOREIGN KEY instruction twice in the final SQL.
      04208c6a
  2. 20 Sep, 2012 1 commit
  3. 17 Sep, 2012 1 commit
  4. 16 Sep, 2012 2 commits
  5. 14 Sep, 2012 1 commit
  6. 13 Sep, 2012 1 commit
  7. 05 Sep, 2012 1 commit
  8. 29 Aug, 2012 2 commits
  9. 28 Aug, 2012 1 commit
  10. 27 Aug, 2012 1 commit
  11. 25 Aug, 2012 1 commit
  12. 24 Aug, 2012 1 commit
    • Martin D'Aloia's avatar
      Changed 'implements' by 'extends' because AbstractSchemaSynchronizer is a... · 4c959086
      Martin D'Aloia authored
      Changed 'implements' by 'extends' because AbstractSchemaSynchronizer is a class not an interface (and Eclipse PDT shows a warning that say that "The type SQLAzureFederationsSynchronizer must implement the inherited method processSqlSafely, processSql" but those methods are already implemented on AbstractSchemaSynchronizer).
      4c959086
  13. 17 Aug, 2012 1 commit
  14. 08 Aug, 2012 1 commit
    • Albert Casademont's avatar
      Fix unsigned columns in MySql · e44a6c36
      Albert Casademont authored
      Unsigned column properties were never set. In consequence all migrations diff were trying to change the column definition when it was already changed.
      e44a6c36
  15. 07 Aug, 2012 2 commits
  16. 06 Aug, 2012 2 commits
  17. 29 Jul, 2012 1 commit
  18. 25 Jul, 2012 1 commit
  19. 16 Jul, 2012 8 commits
  20. 09 Jul, 2012 1 commit
  21. 08 Jul, 2012 2 commits
  22. 07 Jul, 2012 6 commits