- 28 Nov, 2009 3 commits
-
-
beberlei authored
[2.0] - DDC-169 - Completed refactoring of SchemaTool::getCreateSql() to use new DBAL Schema API, several internal optimizations in SchemaTool are now possible. Stripped out shared functionality with getUpdateSql() so that this part of SchemaTool is still completly working with the old API.
-
beberlei authored
-
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 2 commits
-
-
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
-
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...
-
- 25 Nov, 2009 2 commits
-
-
romanb authored
-
guilhermeblanco authored
-
- 21 Nov, 2009 6 commits
-
-
romanb authored
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
-
beberlei authored
-
beberlei authored
DDC-127 - Special Case with invalid input parameter in DQL leads to php notice instead of an exception.
-
beberlei authored
DDC-126 - Make Query, NativeQuery Fluent-Interfaces for all their set Methods, renamed setExpireQueryCache() and setExpireResultCache() to expireQueryCache() and expireResultCache(). Updated UPGRADE_TO_2_0 document accordingly.
-
beberlei authored
-
beberlei authored
-
- 20 Nov, 2009 1 commit
-
-
beberlei authored
DDC-127 - Enhance IterableResult by making it implement the Iterator interface, wrote a unit-test for this scenario, also added some additional tests for special cases in the query api that lead to exceptions.
-
- 19 Nov, 2009 4 commits
-
-
romanb authored
-
romanb authored
-
romanb authored
[2.0][DDC-158] Small correction to previous patch. Moved takeSnapshot up in order not lose new objects that were added before initialization.
-
romanb authored
[2.0][DDC-158] Fixed. Collections did not take snapshots after lazy initialization leading to wrong change sets.
-
- 17 Nov, 2009 3 commits
-
-
jwage authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 16 Nov, 2009 1 commit
-
-
romanb authored
-
- 15 Nov, 2009 1 commit
-
-
romanb authored
-
- 13 Nov, 2009 3 commits
- 11 Nov, 2009 8 commits
- 08 Nov, 2009 2 commits
- 07 Nov, 2009 2 commits
- 06 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] Fix Fatal errors in unused classes that crash the testsuite when running PHPUnit with coverage-whitelisting of complete Doctrine directory.
-