- 16 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
Fix bug in DropSchemaSQLCollector dropping tables before sequences which can cause constraint errors
-
- 23 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-54 - Fix sequence drop executed before tables, however sequences mostly depend on tables. Also clean up several test-failures on MSSQL tests and Oracle Index detection.
-
- 12 Jun, 2010 1 commit
-
-
beberlei authored
-
- 25 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] Refactored Doctrine\DBAL\Schema API a bit Table::createColumn() was inconsistent with all the other methods being add*
-
- 06 Dec, 2009 1 commit
-
-
beberlei authored
-
- 27 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Added DropSchemaSql Visitor - Refactored Visitor package a bit, however its still not very appealing to have that much use statements cluttered in the code
-