- 17 Jun, 2019 1 commit
-
-
garret-gunter authored
-
- 30 Nov, 2018 1 commit
-
-
Benjamin Morel authored
-
- 07 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 29 Aug, 2018 1 commit
-
-
Alexander Deider authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 06 Dec, 2017 2 commits
-
-
Grégoire Paris authored
I am not sure if there is a rationale behind ignoring extra keys like this. I was under the impression that something might copy options to platform specific options, thus leaving options in the original array, knowing they would be ignored anyway. If it is the case, it would be best to just move them, otherwise, this commit might help troubleshoot some mapping issues. I had to fix some tests that wrongly used that options array (maybe these options were valid at some point?).
-
Gabriel Caruso authored
-
- 09 Sep, 2017 2 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 30 Jun, 2016 1 commit
-
-
Steve Müller authored
-
- 12 Jan, 2016 1 commit
-
-
Bill Schaller authored
Add test to ensure renamed or removed columns that reference removed tables have their FK constraints properly removed.
-
- 09 Jan, 2016 1 commit
-
-
Steve Müller authored
-
- 23 Aug, 2015 1 commit
-
-
Possum authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 03 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 17 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 10 Sep, 2014 1 commit
-
-
Steve Müller authored
-
- 18 Aug, 2014 2 commits
-
-
Steve Müller authored
-
Marco Pivetta authored
Updating a schema should introduce also schema creation statements in the generated SQL
-
- 02 May, 2014 1 commit
-
-
jeroendedauw authored
-
- 10 Feb, 2014 2 commits
-
-
Martin Hasoň authored
-
Martin Hasoň authored
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 20 Dec, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Dec, 2013 1 commit
-
-
Kirill chEbba Chebunin authored
-
- 14 Apr, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 24 Nov, 2012 1 commit
-
-
Alessandro Tagliapietra authored
-
- 17 Nov, 2012 1 commit
-
-
Martin Hasoň authored
-
- 09 Oct, 2012 1 commit
-
-
Lee Davis authored
-
- 05 Oct, 2012 1 commit
-
-
Lee Davis authored
-
- 04 Oct, 2012 3 commits
-
-
Sergi de Pablos authored
-
Lee Davis authored
-
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.
-
- 08 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
[DDC-1657] Prevent autoincrement sequences from creating DROP SEQUENCE statements because of old/new schema missmatch.
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-204] Sane refactoring of the previous idea. Removed a bunch of code again and implemented proper schema namespacing. Also got the wording right (hopefully) and fixed the algorithms.
-