- 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.
-
- 18 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Dec, 2011 1 commit
-
-
jsor authored
-
- 19 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-112, DBAL-113 - Implement AbstractPlatform::getAlterSequenceSQL() and fix comparator code for sequences
-
- 06 Apr, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Jun, 2010 1 commit
-
-
beberlei authored
-
- 12 Jun, 2010 3 commits
-
-
beberlei authored
Temporary fix for issues appearing due to DBAL-2 reopening, found an actual additional bug that is now fixed in PostgresSQL Schema Manager Fix change to Postgresql NULL Column detection
-
beberlei authored
-
beberlei authored
Temporary fix for issues appearing due to DBAL-2 reopening, found an actual additional bug that is now fixed in PostgresSQL Schema Manager
-
- 11 Jun, 2010 1 commit
-
-
beberlei authored
-
- 06 Jun, 2010 1 commit
-
-
beberlei authored
-
- 11 Mar, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-396 - Fixed bug with RESTRICT/NO ACTION and PHP NULL not valued as the same in Schema Foreign Key Diff
-
- 25 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-312 - Revert annoying View and Trigger variables in Schema instance, complete "View" support by just returning a View instance
-