- 07 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 02 Oct, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 06 Apr, 2018 1 commit
-
-
Andy Truong authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 1 commit
-
-
Gabriel Caruso 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 2 commits
-
-
Grégoire Paris authored
People do not need to know that this will be implemented as an exception.
-
Grégoire Paris authored
-
- 06 Dec, 2017 2 commits
-
-
Grégoire Paris authored
-
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?).
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 19 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 29 Apr, 2014 1 commit
-
-
jeroendedauw authored
-
- 17 Apr, 2014 1 commit
-
-
Benjamin Morel authored
-
- 01 Jan, 2014 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 24 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Dec, 2011 1 commit
-
-
Matty Driessen authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Dec, 2011 1 commit
-
-
jsor authored
-
- 06 Apr, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 04 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-22 - Fix DateTime with Timezone handling in Postgres and Oracle by introducing new type DateTimeTz and have SchemaManagers of both platforms detect this type. Added general conversion testcase which made some bugs in Oracle Date Handling and $stmt->fetchColumn() appear
-
- 12 Jun, 2010 1 commit
-
-
beberlei authored
Fixed a problem in PostgreSql AutoIncrement Detection, changed Autoincrement API for platform/schema manager interaction a little bit
-
- 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.
-
- 05 Dec, 2009 1 commit
-
-
beberlei authored
-
- 30 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Converted introspection queries of all platforms to return Column, Sequence, Index, ForeignKey Schema Instances instead of arrays, heavily pimped Oracle support thereby.
-
- 28 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Savepoint for Refactorings in Schema-Tool - It is now generating DDL according to the old and the new mechanisms in parallel. Equality of generation has been verified on Sqlite, Mysql, Oracle. If Postgres is also verified, the old code will be removed in favour of the new one completly.
-
- 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...
-