- 04 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.
-
- 20 Sep, 2012 1 commit
-
-
Konstantin Kuklin authored
-
- 17 Sep, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-335] Fix nasty bug in MasterSlaveConnection, connecting and writing to slave when using keepSlave option.
-
- 16 Sep, 2012 2 commits
-
-
Rob Apodaca authored
-
Rob Apodaca authored
When parameters are passed to Doctrine\DBAL\Statement::execute, they are not passed to any enabled logger(s).
-
- 14 Sep, 2012 1 commit
-
-
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.
-
- 13 Sep, 2012 1 commit
-
-
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
-
- 05 Sep, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Aug, 2012 2 commits
-
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
-
- 28 Aug, 2012 1 commit
-
-
Paul Chubatyy authored
-
- 27 Aug, 2012 1 commit
-
-
Paul Chubatyy authored
-
- 25 Aug, 2012 1 commit
-
-
Fabio B. Silva authored
-
- 24 Aug, 2012 1 commit
-
-
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).
-
- 17 Aug, 2012 1 commit
-
-
Guilherme Blanco authored
-
- 08 Aug, 2012 1 commit
-
-
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.
-
- 07 Aug, 2012 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 06 Aug, 2012 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 29 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 25 Jul, 2012 1 commit
-
-
Johannes M. Schmitt authored
-
- 16 Jul, 2012 8 commits
-
-
Christophe Coevoet authored
-
Pascal Borreli authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 09 Jul, 2012 1 commit
-
-
Danny Berger authored
-
- 08 Jul, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DDC-1657] Prevent autoincrement sequences from creating DROP SEQUENCE statements because of old/new schema missmatch.
-
- 07 Jul, 2012 6 commits