1. 02 Jan, 2013 1 commit
  2. 18 Dec, 2012 1 commit
  3. 24 Nov, 2012 1 commit
  4. 22 Nov, 2012 1 commit
  5. 21 Nov, 2012 1 commit
  6. 19 Nov, 2012 5 commits
  7. 17 Nov, 2012 1 commit
  8. 15 Nov, 2012 1 commit
  9. 13 Nov, 2012 1 commit
  10. 12 Nov, 2012 1 commit
  11. 09 Nov, 2012 1 commit
  12. 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
  13. 23 Sep, 2012 1 commit
  14. 17 Sep, 2012 1 commit
  15. 16 Sep, 2012 3 commits
  16. 14 Sep, 2012 1 commit
  17. 12 Sep, 2012 1 commit
  18. 05 Sep, 2012 1 commit
  19. 29 Aug, 2012 5 commits
  20. 28 Aug, 2012 2 commits
  21. 27 Aug, 2012 1 commit
  22. 25 Aug, 2012 1 commit
  23. 25 Jul, 2012 1 commit
  24. 18 Jul, 2012 1 commit
  25. 16 Jul, 2012 2 commits
  26. 09 Jul, 2012 1 commit
  27. 08 Jul, 2012 1 commit