- 06 May, 2020 1 commit
-
-
Grégoire Paris authored
Checking that the platform supports foreign key is not the right case here, because we should check if we can create them by themselves, after the table is created. It is not the case for Sqlite. Closes #3990
-
- 04 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 26 Aug, 2019 1 commit
-
-
Bas Peeters authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 03 Feb, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 06 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 09 Sep, 2017 2 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 30 Jun, 2016 1 commit
-
-
Steve Müller authored
-
- 13 Aug, 2015 1 commit
-
-
Leo authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 18 Aug, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 05 May, 2014 3 commits
-
-
Jeroen De Dauw authored
-
jeroendedauw authored
-
Jeroen De Dauw authored
-
- 02 May, 2014 2 commits
-
-
jeroendedauw authored
-
jeroendedauw authored
-
- 07 Oct, 2013 2 commits
- 01 Oct, 2013 1 commit
-
-
flip111 authored
default schema name is public for postgresql not default. Added debug statements to test travis-CI.
-
- 06 Aug, 2013 1 commit
-
-
Jakub Zienkiewicz authored
-
- 22 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Jan, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 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
-
- 26 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation for a database schema, including Tables, Indexes, Constraints, Sequences and Columns. Added a CreateSql Visitor which transforms a schema object graph into the required SQL statements to create it. Next: Replacing SchemaTool::getCreateSql() with new syntax...
-