- 05 Oct, 2012 5 commits
-
-
Daniel Anderson Tiecher authored
-
Benjamin Eberlei authored
-
Sergi de Pablos authored
-
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.
-
- 20 Sep, 2012 4 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 17 Sep, 2012 14 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DBAL-335] Fix nasty bug in MasterSlaveConnection, connecting and writing to slave when using keepSlave option.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Christian Stoller authored
Bugfix DDC-2013 - Default Session Value ".," for "NLS_NUMERIC_CHARACTERS". This is needed because Oracle uses other characters for decimal separation depending on the servers locale
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
VladanStef authored
-
VladanStef authored
Default table collation changed to `utf8_unicode_ci`, as it handles properly a much wider array of characters (Cyrillic, for example) at a generally negligible cost of performance.
-
- 05 Sep, 2012 13 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
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 4 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).
-