1. 24 Nov, 2012 1 commit
  2. 17 Nov, 2012 1 commit
  3. 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
  4. 08 Jul, 2012 1 commit
  5. 25 May, 2012 1 commit
  6. 19 Jan, 2012 1 commit
  7. 18 Jan, 2012 1 commit
  8. 19 Dec, 2011 1 commit
  9. 13 Dec, 2011 1 commit
  10. 19 Jun, 2011 1 commit
  11. 06 Apr, 2011 2 commits
  12. 19 Feb, 2011 1 commit
  13. 30 Jun, 2010 1 commit
  14. 12 Jun, 2010 3 commits
  15. 11 Jun, 2010 1 commit
  16. 06 Jun, 2010 1 commit
  17. 11 Mar, 2010 1 commit
  18. 25 Feb, 2010 2 commits
  19. 10 Feb, 2010 1 commit
  20. 10 Dec, 2009 1 commit
  21. 06 Dec, 2009 1 commit
  22. 05 Dec, 2009 3 commits
  23. 04 Dec, 2009 1 commit
  24. 29 Nov, 2009 1 commit
  25. 28 Nov, 2009 1 commit