- 11 Dec, 2012 1 commit
-
-
Padraig O'Sullivan authored
-
- 25 Nov, 2012 2 commits
-
-
David Desberg authored
-
Benjamin Eberlei authored
-
- 22 Nov, 2012 1 commit
-
-
Antonio J. García Lagar authored
-
- 21 Nov, 2012 1 commit
-
-
David Desberg authored
-
- 15 Nov, 2012 1 commit
-
-
Lukas Kahwe Smith authored
-
- 13 Nov, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-374] Fix issue with column quoting in primary keys, fixing this in indexes in general is much more complex as the code is messy.
-
- 10 Nov, 2012 1 commit
-
-
Craig Mason authored
-
- 09 Nov, 2012 1 commit
-
-
Craig Mason authored
This will only happen when adding primary keys via ALTER TABLE
-
- 08 Nov, 2012 1 commit
-
-
Steffen-99 authored
- Fixing issue, key name corrected
-
- 15 Oct, 2012 1 commit
-
-
Guilherme Blanco authored
-
- 11 Oct, 2012 2 commits
-
-
Oleksandr Kovalov authored
-
Kim Hemsø Rasmussen authored
Remember to close temporary connection in PostgreSqlSchemaManager::dropDatabase() and PostgreSqlSchemaManager::createDatabase()
-
- 04 Oct, 2012 3 commits
-
-
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.
-
- 28 Sep, 2012 1 commit
-
-
Daniel Anderson Tiecher authored
-
- 24 Sep, 2012 1 commit
-
-
Martin Hasoň authored
-
- 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 3 commits
-
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
-
Miha Vrhovnik 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
-