- 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
-
- 13 Jun, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 07 Aug, 2012 1 commit
-
-
Christophe Coevoet authored
-
- 06 Aug, 2012 1 commit
-
-
Christophe Coevoet authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 02 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager Constraint API to accept Constraint interface, which is implemented by indexes and foreign keys.
-
- 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...
-
- 21 Nov, 2009 1 commit
-
-
romanb authored
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
-
- 15 Oct, 2009 1 commit
-
-
romanb authored
[2.0][DDC-49][DDC-50][DDC-33] Fixed DDC-49 and DDC-50. Also addressed DDC-33. Various other small changes and fixes. For problems with proxy objects please refer to the updated documentation.
-
- 12 Oct, 2009 1 commit
-
-
romanb authored
-