- 11 Oct, 2012 1 commit
-
-
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.
-
- 20 Sep, 2012 1 commit
-
-
Konstantin Kuklin 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 1 commit
-
-
Christophe Coevoet authored
-
- 06 Aug, 2012 1 commit
-
-
Christophe Coevoet authored
-
- 29 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 16 Jul, 2012 1 commit
-
-
Pascal Borreli authored
-
- 08 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
[DDC-1657] Prevent autoincrement sequences from creating DROP SEQUENCE statements because of old/new schema missmatch.
-
- 04 Jul, 2012 3 commits
-
-
Benjamin Eberlei authored
-
Tyler Sommer authored
-
Tyler Sommer authored
Renamed AbstractAsset#isQuoted to #isIdentifierQuoted. Added new public method isQuoted that returns AbstractAsset
-
- 30 Jun, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 26 Jun, 2012 4 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 27 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 May, 2012 1 commit
-
-
Alexander Miehe authored
-
- 05 May, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 17 Apr, 2012 1 commit
-
-
Martin Shwalbe authored
-
- 02 Apr, 2012 3 commits
-
-
Adrien BRAULT authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 01 Apr, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-166] Default MySQL to UTF8/utf8_general_ci. Allow to set default table options from SchemaConfig.
-
- 24 Mar, 2012 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 14 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-237] Fix bug when removing and adding an index on the same columns that may be part of a foreign key.
-
- 12 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Feb, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DBAL-220] Add support for Index flags and implement support for SQL Server CLUSTERED/NONCLUSTERED and MySQL FULLTEXT.
-
- 12 Feb, 2012 2 commits
-
-
Alexandru Patranescu authored
-
Alexandru Patranescu authored
-
- 06 Feb, 2012 1 commit
-
-
Benjamin Eberlei authored
This is necessary because pdo_sqlsrv still has some little bugs that prevent it from being used in all use-cases. Additionally only sqlsrv can make use of the Azure federations features.
-
- 29 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-