1. 05 Oct, 2012 2 commits
    • Sergi de Pablos's avatar
    • Sergi de Pablos's avatar
      Fix dropping foreign key multiple times with test · 59bea6bc
      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.
      59bea6bc
  2. 05 Sep, 2012 11 commits
  3. 29 Aug, 2012 6 commits
  4. 14 Aug, 2012 7 commits
  5. 29 Jul, 2012 14 commits