- 05 Oct, 2012 2 commits
-
-
Sergi de Pablos 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.
-
- 05 Sep, 2012 11 commits
-
-
Benjamin Eberlei authored
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
Based on whether we are on 32 or 64 bit platform, postgres will return a string or an int for the expected php type of a bigint that is > 32 bits.
-
Padraig O'Sullivan authored
Use dropAndCreateDatabase schema manager function in test initialization instead of individual versions of each.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Christophe Coevoet authored
-
Benjamin Eberlei authored
-
- 29 Aug, 2012 6 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Fabio B. Silva authored
-
Martin D'Aloia authored
Changed 'implements' by 'extends' because AbstractSchemaSynchronizer is a class not an interface (and Eclipse PDT shows a warning that say that "The type SQLAzureFederationsSynchronizer must implement the inherited method processSqlSafely, processSql" but those methods are already implemented on AbstractSchemaSynchronizer).
-
Benjamin Eberlei authored
-
Guilherme Blanco authored
-
- 14 Aug, 2012 7 commits
-
-
Alexander authored
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
Alexander authored
-
Christophe Coevoet authored
-
Alexander authored
-
Albert Casademont authored
Unsigned column properties were never set. In consequence all migrations diff were trying to change the column definition when it was already changed.
-
- 29 Jul, 2012 14 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Johannes M. Schmitt authored
-
Johannes M. Schmitt authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
ivan authored
-
ivan authored
previous changes in bindparam function
-
ivan authored
bindParam function expects length parameter for oci_bind_by_name oci8
-