1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional
2011-01-02 12:44:16 +01:00
..
Locking DDC-870 - Fix several bugs with optimistic locking, conversion of types, multiple updating of values and inheritance related stuff. 2010-11-09 23:15:14 +01:00
SchemaTool DDC-966 - Fix NOT NULL constraint SingleTableInheritance Generation using SchemaTool. 2011-01-02 10:18:02 +01:00
Ticket Merge branch DDC-117 into master 2011-01-02 12:01:05 +01: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 [2.0][DDC-121] Fixed. Also fixed memcache tests and some small refactorings. 2009-11-08 11:07:49 +00:00
AdvancedDqlQueryTest.php [DDC-619] Removed support to complex PathExpressions. 2010-07-23 01:55:33 -03:00
AllTests.php DDC-546 - Add Extra Lazy Collection prototype. 2011-01-02 12:44:16 +01:00
BasicFunctionalTest.php DDC-833 - Fix some nasty bug occouring when re-creating an entity that was a proxy before. Also found another nasty issue with refreshing entity that had an already loaded many-to-many or one-to-many association. 2010-10-11 22:15:18 +02:00
ClassTableInheritanceTest2.php [DDC-497][DDC-500][DDC-342] Fixed. Persister polishing and refactoring. More to come for that, but after beta1. 2010-04-26 13:02:30 +02:00
ClassTableInheritanceTest.php DDC-834 - Commit fix for requesting references of classes that have subclasses. This is not possible, so we do an eager find instead. Yes this means there is yet another negative performance impact when using Inheritance STI and CTI. 2010-10-11 20:11:23 +02:00
CompositePrimaryKeyTest.php [2.0] DDC-341 - Added Composite Model-Set and 3 tests, fixed two bugs in SqlWalker with Composite Key support 2010-04-02 21:37:15 +00:00
CustomTreeWalkersTest.php [DDC-619] Removed support to complex PathExpressions. 2010-07-23 01:55:33 -03:00
DatabaseDriverTest.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
DefaultValuesTest.php Fixed pecl/ibm_db2 Driver and Connection to run smoothly against the complete test-suite (depending on a c-patch to the extension though) 2010-04-20 23:20:42 +02:00
DetachedEntityTest.php DDC-920 - Fix bug in DetachedEntityTest that occours with pre-persist generators (Postgresql, Oracle). Didnt came up when testing against Sqlite. 2010-12-12 15:43:12 +01:00
EntityRepositoryTest.php DDC-546 - Add Extra Lazy Collection prototype. 2011-01-02 12:44:16 +01:00
ExtraLazyCollectionTest.php DDC-546 - Add Extra Lazy Collection prototype. 2011-01-02 12:44:16 +01:00
FlushEventTest.php [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:47:35 +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-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:47:35 +00:00
ManyToManyBasicAssociationTest.php Fix for DDC-839: Fetch joined collections are not initialized correctly. 2010-10-29 13:14:35 +02:00
ManyToManyBidirectionalAssociationTest.php [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:47:35 +00:00
ManyToManySelfReferentialAssociationTest.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
ManyToManyUnidirectionalAssociationTest.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
MappedSuperclassTest.php Fixed Mappedsuperclass Functional Test to work with new modelset and verify that relevant features work 2010-09-22 00:15:45 +02:00
NativeQueryTest.php DDC-496 Finished first versions of platform and schema manager for DB2, DDC-528 Added support for PDO_IBM driver, passing all but 3 tests that are related to CLOB fields 2010-04-18 19:12:38 +02:00
NotifyPolicyTest.php [DDC-119] Fixed. 2010-07-15 15:55:45 +02:00
OneToManyBidirectionalAssociationTest.php [2.0] Changed Connection::execute() to Connection::executeQuery() as defined as a todo. 2010-03-31 21:13:34 +00:00
OneToManySelfReferentialAssociationTest.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02: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 Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
OneToOneSelfReferentialAssociationTest.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
OneToOneUnidirectionalAssociationTest.php DDC-762 - Added test for NULL association finding in OneToOne relations 2010-08-29 11:19:23 +02:00
OrderedCollectionTest.php [2.0] DDC-338 - Changed DQL Parser to comply with ordered collections when they are fetch joined (OMG, thanks to roman and guilherme for the detailed discussion on how to implement this) 2010-02-21 00:06:34 +00:00
OrderedJoinedTableInheritanceCollectionTest.php [2.0] DDC-195 - Refactored Mapping Syntax again to be arrays in all annotations, xml and yaml drivers instead of parsing the fields in the AssociationMapping implementations. 2010-02-26 21:26:06 +00:00
PostgreSQLIdentityStrategyTest.php Included new PostgreSQL IDENTITY/SERIAL test in functional suite. 2010-05-08 14:20:44 +02:00
QueryCacheTest.php DDC-510 - Refactored Metadata Driver to be an required option, even for Annotations - allowing to use the specified paths in ORM Tooling Commands 2010-04-10 17:35:18 +02:00
QueryDqlFunctionTest.php [2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support. 2010-02-19 21:28:17 +00:00
QueryTest.php DDC-749 - Refactor Query tests, add a test for setParameters() 2010-09-12 22:44:02 +02:00
ReferenceProxyTest.php DDC-727 - Test shows expected behavior, no failure 2010-09-15 22:24:17 +02:00
ResultCacheTest.php DDC-909 - Fix Result Cache with entities as parameters. 2010-12-03 17:34:56 +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
SingleTableInheritanceTest.php DDC-834 - Commit fix for requesting references of classes that have subclasses. This is not possible, so we do an eager find instead. Yes this means there is yet another negative performance impact when using Inheritance STI and CTI. 2010-10-11 20:11:23 +02:00
StandardEntityPersisterTest.php [2.0] Removed all remaining references to deprecated allowPartialObjects option. 2009-10-15 19:03:27 +00:00
TypeTest.php DDC-697 - QueryBuilder did not support passing parameter types to the setParameter() or setParameters() methods. 2010-07-21 23:16:45 +02:00