- 21 Mar, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 20 Mar, 2020 1 commit
-
-
Sergei Morozov authored
The `PostgreSqlPlatform`, `SQLAnywherePlatform` and `SQLServerPlatform` classes have been renamed to `PostgreSQL94Platform`, `SQLAnywhere16Platform` and `SQLServer2012Platform` respectively. When deprecating an old platform version, we can deprecate and later remove a specific class. Otherwise, there's no way to express the deprecation on the class level and the upgrade notes contain sentences like: "`XYZPlatform` and `XYZKeywords` now represent XYZ (version)".
-
- 20 Nov, 2019 1 commit
-
-
Andreas Braun authored
-
- 03 Aug, 2019 1 commit
-
-
Sergei Morozov authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 14 Apr, 2019 1 commit
-
-
Michael Moravec authored
-
- 17 Mar, 2019 1 commit
-
-
Ahmed Abdou authored
-
- 28 Sep, 2018 1 commit
-
-
Sergei Morozov authored
-
- 06 Apr, 2018 1 commit
-
-
Andy Truong authored
-
- 08 Dec, 2017 1 commit
-
-
Grégoire Paris authored
People that are starting a new project will immediately know what this is about, but people upgrading doctrine might get a lot of these and should have a better clue regarding what this is about.
-
- 07 Dec, 2017 1 commit
-
-
Grégoire Paris authored
People do not need to know that this will be implemented as an exception.
-
- 06 Dec, 2017 1 commit
-
-
Grégoire Paris authored
I am not sure if there is a rationale behind ignoring extra keys like this. I was under the impression that something might copy options to platform specific options, thus leaving options in the original array, knowing they would be ignored anyway. If it is the case, it would be best to just move them, otherwise, this commit might help troubleshoot some mapping issues. I had to fix some tests that wrongly used that options array (maybe these options were valid at some point?).
-
- 09 Sep, 2017 2 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 02 Sep, 2014 1 commit
-
-
Steve Müller authored
-
- 02 May, 2014 1 commit
-
-
jeroendedauw authored
-
- 13 Dec, 2011 1 commit
-
-
jsor authored
-
- 19 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 11 Jun, 2010 1 commit
-
-
beberlei authored
-
- 20 Jan, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-200 Implemented support for @columnDefinition - even with support to pass the definition to join columns if necessary for relations.
-
- 06 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - AbstractPlatform::getAlterTableSql() now accepts only a TableDiff instance as argument across all platforms.
-
- 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...
-