- 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...
-