.. |
Locking
|
[2.0] Fixed hardcoded version field access in optimistic locking.
|
2010-02-14 10:48:25 +00:00 |
SchemaTool
|
[2.0] DDC-301 - Fix side-effect to test which caused test-failure because of previous commit.
|
2010-02-04 19:25:37 +00:00 |
Ticket
|
[2.0] DDC-309 - Allow multiple IteratbleResult instances and work on them concurrently.
|
2010-02-09 19:58:04 +00:00 |
AbstractManyToManyAssociationTestCase.php
|
[2.0] Part II for ticket #2352. Fixed #2352.
|
2009-07-29 12:00:08 +00:00 |
AdvancedAssociationTest.php
|
[2.0][DDC-121] Fixed. Also fixed memcache tests and some small refactorings.
|
2009-11-08 11:07:49 +00:00 |
AllTests.php
|
[2.0] Added DQL Functions and Aggregate Functional Test-Case and fixed two small bugs in DQL Parser that came to light, also it seems that some of the functions are not supported by Oracle and Sqlite and some cases of SUBSTRING and TRIM produce bugs on MySQL.
|
2010-02-11 18:59:58 +00:00 |
BasicFunctionalTest.php
|
[2.0][DDC-79][DDC-261] Fixed. Also fixed support for deleting objects by reference (getReference() + remove() + flush()) to effectively delete objects without loading them.
|
2010-02-10 10:47:42 +00:00 |
ClassTableInheritanceTest2.php
|
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
|
2009-11-21 18:52:02 +00:00 |
ClassTableInheritanceTest.php
|
[2.0][DDC-61][DDC-108] Fixed. Started exception refactoring.
|
2009-11-03 18:30:21 +00:00 |
CustomTreeWalkersTest.php
|
[2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase.
|
2009-08-13 10:13:06 +00:00 |
DatabaseDriverTest.php
|
[2.0] DDC-214, DDC-303, DDC-304 - Fix several errors with Schema Inference from Database and Metadata and Comparisons, aswell as related bugs in DatabaseDriver. DDC-305 - Abstracted TRUNCATE command for all platforms.
|
2010-02-07 12:36:30 +00:00 |
DefaultValuesTest.php
|
[2.0][DDC-237][DDC-216] Fixed. If you're using manual proxy generation through the CLI, please regenerate your proxies.
|
2010-01-05 11:45:38 +00:00 |
DetachedEntityTest.php
|
[2.0] Fixed DDC-18. Simplified proxy classes. Just 1 proxy class per entity now, instead of 2.
|
2009-10-28 15:32:55 +00:00 |
EntityRepositoryTest.php
|
[2.0] Added EntityRepositoryTest. Updated build file and XML Schema for mapping files.
|
2009-08-14 11:04:31 +00:00 |
IdentityMapTest.php
|
[2.0][DDC-136] Some fixes to internal UnitOfWork logic.
|
2009-11-11 16:20:29 +00:00 |
LifecycleCallbackTest.php
|
[2.0][DDC-311] Fixed.
|
2010-02-10 22:17:43 +00:00 |
ManyToManyBasicAssociationTest.php
|
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
|
2010-02-09 17:13:49 +00:00 |
ManyToManyBidirectionalAssociationTest.php
|
[2.0][DDC-158] Fixed. Collections did not take snapshots after lazy initialization leading to wrong change sets.
|
2009-11-19 13:12:00 +00:00 |
ManyToManySelfReferentialAssociationTest.php
|
[2.0] Removed all remaining references to deprecated allowPartialObjects option.
|
2009-10-15 19:03:27 +00:00 |
ManyToManyUnidirectionalAssociationTest.php
|
[2.0] Removed all remaining references to deprecated allowPartialObjects option.
|
2009-10-15 19:03:27 +00:00 |
MappedSuperclassTest.php
|
[2.0][DDC-22] Fixed. Also cleaned up association handling. More to come: exception refactorings, proxy simplifications (single proxy class, not two).
|
2009-10-28 10:31:47 +00:00 |
NativeQueryTest.php
|
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.
|
2009-11-21 13:13:19 +00:00 |
OneToManyBidirectionalAssociationTest.php
|
[2.0][DDC-248] Fixed and some more unrelated tests.
|
2010-01-15 13:33:42 +00:00 |
OneToManySelfReferentialAssociationTest.php
|
[2.0] Removed all remaining references to deprecated allowPartialObjects option.
|
2009-10-15 19:03:27 +00:00 |
OneToManyUnidirectionalAssociationTest.php
|
[2.0] DDC-289 / DDC-264 - Added a Model and TestCase for OneToMany Unidirectional Assocations using a JoinTable and tested its defining feature (uniqueness).
|
2010-01-31 14:35:10 +00:00 |
OneToOneBidirectionalAssociationTest.php
|
[2.0][DDC-22] Fixed. Also cleaned up association handling. More to come: exception refactorings, proxy simplifications (single proxy class, not two).
|
2009-10-28 10:31:47 +00:00 |
OneToOneSelfReferentialAssociationTest.php
|
[2.0][DDC-137] Fixed.
|
2009-11-15 11:42:05 +00:00 |
OneToOneUnidirectionalAssociationTest.php
|
[2.0] Removed all remaining references to deprecated allowPartialObjects option.
|
2009-10-15 19:03:27 +00:00 |
OrderedCollectionTest.php
|
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.
|
2010-02-14 21:21:43 +00:00 |
QueryCacheTest.php
|
[2.0] DDC-328 - Query and Result Cache Keys now depend on the hydrationMode also
|
2010-02-13 21:42:09 +00:00 |
QueryDqlFunctionTest.php
|
[2.0] DDC-325 - Fix Order of LOCATE to be LOCATE(needle, haystack [, offset])
|
2010-02-11 23:02:21 +00:00 |
QueryTest.php
|
DDC-233 - Fixed use of array_merge() because it re-assigns the numerical indexes from 0 on.
|
2010-01-06 14:21:17 +00:00 |
ReferenceProxyTest.php
|
[2.0] DDC-194 - Fixed infinite recursion issue with references and @PostLoad annotation by telling proxy to be loaded before calling EntityPersister->load...
|
2009-12-07 22:10:40 +00:00 |
ResultCacheTest.php
|
[2.0] DDC-328 - Query and Result Cache Keys now depend on the hydrationMode also
|
2010-02-13 21:42:09 +00:00 |
SequenceGeneratorTest.php
|
[2.0] Changed identifier quoting strategy to something simpler. Dropped Doctrine prefix from annotations.
|
2009-05-29 10:23:13 +00:00 |
SingleTableInheritanceTest.php
|
[2.0][DDC-191][DDC-192] Attempt to fix both.
|
2009-12-07 16:21:29 +00:00 |
StandardEntityPersisterTest.php
|
[2.0] Removed all remaining references to deprecated allowPartialObjects option.
|
2009-10-15 19:03:27 +00:00 |