..
Locking
When the OptimisticLockingException is generated with the static function lockFailedVersionMismatch and the passed parameters are DateTime instances, the exception could not be thrown because the DateTime object is not implicitly converted to a string.
2013-09-30 11:32:46 +02:00
SchemaTool
ORM side fixes.
2013-08-08 22:01:26 -04:00
Ticket
[DDC-2943] Disable slc for pagination queries
2014-03-01 01:15:09 -05:00
AbstractManyToManyAssociationTestCase.php
[2.0] Changed Connection::execute() to Connection::executeQuery() as defined as a todo.
2010-03-31 21:13:34 +00:00
AdvancedAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
AdvancedDqlQueryTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
BasicFunctionalTest.php
[DDC-2267] Allow EntityManager#flush($entity) to be called on entities scheduled for removal.
2013-05-04 13:38:30 +02:00
ClassTableInheritanceTest2.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
ClassTableInheritanceTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
ClearEventTest.php
Clean up of test case
2011-03-21 23:30:10 -04:00
CompositePrimaryKeyTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
DatabaseDriverTest.php
add missing use statement for SQL Server testsuite to work
2014-01-13 15:57:18 +01:00
DatabaseDriverTestCase.php
[DDC-2387] Fix DatabaseDriver not working with combinations of composite/association keys.
2013-05-09 12:10:37 +02:00
DefaultValuesTest.php
Second level cache
2013-12-16 11:05:04 -05:00
DetachedEntityTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
EntityListenersTest.php
split override test
2013-01-29 12:14:53 -02:00
EntityRepositoryCriteriaTest.php
[DDC-2471] Fix EQ/NEQ null handling of criteria
2013-05-26 09:04:19 +02:00
EntityRepositoryTest.php
Fix DDC-2478
2013-06-13 16:44:02 -04:00
ExtraLazyCollectionTest.php
more tests
2014-02-07 14:30:17 +01:00
FlushEventTest.php
DDC-2173 - Correct issue is about "postFlush" not "preFlush" and add test
2013-01-06 19:16:12 +01:00
HydrationCacheTest.php
Fix PostgreSQL test-failure. UnitOfWork#getEntityState() produced exists() queries because of unmanaged entity passed as parameter to AbstractQuery#setParameter(), thereby skewing the sql count
2012-07-08 16:57:40 +02:00
IdentityMapTest.php
[GH-855] fix CS
2014-01-02 22:50:36 +01:00
IndexByAssociationTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
JoinedTableCompositeKeyTest.php
Second level cache
2013-12-16 11:05:04 -05:00
LifecycleCallbackTest.php
remove @LifecycleCallback
2013-01-29 12:14:52 -02:00
ManyToManyBasicAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
ManyToManyBidirectionalAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
ManyToManyEventTest.php
UnitTest for ManyToMany update notification
2012-01-13 09:35:27 -03:00
ManyToManySelfReferentialAssociationTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
ManyToManyUnidirectionalAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
MappedSuperclassTest.php
DDC-1477 - Adjust patch to really fix bug in Proxy generation
2011-11-13 17:16:43 +01:00
NativeQueryTest.php
adds test for ResultSetMappingBuilder restriction
2014-01-04 18:06:16 +01:00
NewOperatorTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
NotifyPolicyTest.php
[DDC-1775] Fix NotifyPropertyChanged Listener being attached in addIdentityMap(), which is too late for certain use-cases in the persist lifecycle.
2012-07-07 17:47:29 +02:00
OneToManyBidirectionalAssociationTest.php
[DDC-2340] Fix bug with dirty collection matching + ordering.
2013-03-12 22:49:30 +01:00
OneToManyOrphanRemovalTest.php
DDC-1496 - Fix bug with OneToMany collections having orphanRemoval=true and Collection#clear() being called.
2011-11-18 15:44:06 +01:00
OneToManySelfReferentialAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
OneToManyUnidirectionalAssociationTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
OneToOneBidirectionalAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
OneToOneEagerLoadingTest.php
Fix cache misses using one-to-one inverse side
2013-12-20 15:37:07 -05:00
OneToOneOrphanRemovalTest.php
Fixed typos
2013-03-11 00:08:58 +00:00
OneToOneSelfReferentialAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
OneToOneUnidirectionalAssociationTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
OrderedCollectionTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
OrderedJoinedTableInheritanceCollectionTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
PaginationTest.php
Fixed name colision.
2013-08-10 16:58:07 +02:00
PersistentCollectionTest.php
Avoid PersistentCollection::isEmpty() to fully load the collection on extra lazy fetch.
2014-02-08 13:49:48 +00:00
PersistentObjectTest.php
DDC-1448 - Add support for ObjectManagerAware interface and PersistentObject in ORM
2011-11-19 13:06:24 +01:00
PostFlushEventTest.php
Fix testsuite
2011-10-23 21:37:29 +02:00
PostLoadEventTest.php
Added coverage for querying support during postLoad.
2013-08-08 20:53:11 -04:00
ProxiesLikeEntitiesTest.php
Proxy generation as of doctrine/common#168 - DCOM-96
2013-02-14 09:57:12 +01:00
QueryCacheTest.php
[DDC-1840] Implemented parameters as a collection.
2012-05-28 12:16:42 -04:00
QueryDqlFunctionTest.php
fix QueryDqlFunctionTest#testFunctionSubstring order
2011-12-23 14:57:43 -02:00
QueryTest.php
Simpler way to handle Collection parameters in DQL queries (refs #DDC-2319)
2013-12-17 11:37:17 +01:00
ReadOnlyTest.php
[DDC-1659] Remove read only marker when clearing entities.
2012-02-20 09:36:35 +01:00
ReferenceProxyTest.php
Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php
2013-11-22 01:15:13 -08:00
ResultCacheTest.php
Update Common and fix cache tests with different assumptions about keys.
2012-05-26 19:29:51 +02:00
SchemaValidatorTest.php
Remove incorrect (outdated) validation for public fields in SchemaValidator
2014-02-06 13:02:41 +04:00
SecondLevelCacheAbstractTest.php
Test empty collections second level cache
2014-02-11 17:39:16 +01:00
SecondLevelCacheCompositePrimaryKeyTest.php
Fix CS and update docs
2013-12-16 11:05:04 -05:00
SecondLevelCacheConcurrentTest.php
Fix non initialized association proxy
2013-12-20 10:39:03 -05:00
SecondLevelCacheCriteriaTest.php
[SLC] Support criteria
2014-03-01 00:59:34 -05:00
SecondLevelCacheExtraLazyCollectionTest.php
Fix CS and update docs
2013-12-16 11:05:04 -05:00
SecondLevelCacheJoinTableInheritanceTest.php
Fix CS and update docs
2013-12-16 11:05:04 -05:00
SecondLevelCacheManyToManyTest.php
Typo fix on many-to-many assocaition cascade test
2014-02-12 08:18:34 +01:00
SecondLevelCacheManyToOneTest.php
Fix lazy association load
2014-01-28 12:26:10 -05:00
SecondLevelCacheOneToManyTest.php
Test empty collections second level cache
2014-02-11 17:39:16 +01:00
SecondLevelCacheOneToOneTest.php
Fix cache misses using one-to-one inverse side
2013-12-20 15:37:07 -05:00
SecondLevelCacheQueryCacheTest.php
[SLC] resolve association cache entry
2014-03-06 20:44:59 -05:00
SecondLevelCacheRepositoryTest.php
Fix persister query cache invalidation
2013-12-16 11:05:04 -05:00
SecondLevelCacheSingleTableInheritanceTest.php
Fix non initialized association proxy
2013-12-20 10:39:03 -05:00
SecondLevelCacheTest.php
Second level cache
2013-12-16 11:05:04 -05:00
SequenceEmulatedIdentityStrategyTest.php
add general IDENTITY generator type support for sequence emulating platforms
2013-12-29 05:55:16 +01:00
SequenceGeneratorTest.php
[2.0] DDC-390 Fix SequenceGeneratorTest which wasnt testing anything before :-) Now showing that Sequence Generator works with allocation sizes larger than 1
2010-03-20 17:04:46 +00:00
SingleTableCompositeKeyTest.php
Second level cache
2013-12-16 11:05:04 -05:00
SingleTableInheritanceTest.php
Fix lazy association load
2014-01-28 12:26:10 -05:00
SQLFilterTest.php
Second level cache
2013-12-16 11:05:04 -05:00
StandardEntityPersisterTest.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
TypeTest.php
DDC-1527 - Port bugfix for master branch
2011-12-12 16:39:52 +01:00
TypeValueSqlTest.php
fix DDC-1642
2012-02-12 22:24:03 -02:00
UnitOfWorkLifecycleTest.php
Improved and extracted UnitOfWork error messages
2011-10-22 12:40:12 +02:00
UUIDGeneratorTest.php
[DDC-451] Add test for UUIDGenerator
2012-03-12 12:48:14 +01:00
ValueObjectsTest.php
Test are for fix of ticket DDC-3028
2014-03-14 12:32:49 +01:00