- 21 Nov, 2009 5 commits
-
-
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 5 commits
-
-
beberlei authored
[2.0] Fix Fatal errors in unused classes that crash the testsuite when running PHPUnit with coverage-whitelisting of complete Doctrine directory.
-
beberlei authored
[2.0] Fix Tab Formating in ParserResult class, added doc-comments and fixed a missing variable initialization error for certain query special cases.
-
beberlei authored
[2.0] DDC-109 - Fixed another warning in SchemaTool with inverse join columns and unique constraints.
-
beberlei authored
-
romanb authored
-
- 05 Nov, 2009 2 commits
-
-
beberlei authored
-
beberlei authored
[2.0] DDC-114 - Extend SchemaTool Drop functionality to optionally drop the complete database. Additionally a filter against all existing table is applied to avoid errors due to dropping non-existant tables. Updated Schema-Tool CLI command with optional calls --drop=database --drop=metadata but kept original --drop which defaults to "metadata". Updated documentation.
-
- 04 Nov, 2009 3 commits
-
-
beberlei authored
[2.0] DDC-115 - Proper fix of global namespace problem was in the ClassMetadataInfo, a namespace plus seperator was appended for reasons of shortcuts. However this broke associations in global namespace. Changes to ClassMetadataFactory were reverted and fix plus tests applied to ClassMetadataInfo.
-
beberlei authored
-
beberlei authored
[2.0] DDC-115 - Fix for multiple class metadata instances because of classes being addressed with or without prepending namespace separator.
-