1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/tests/Doctrine/Tests/ORM
vershnik 96398ba30f remove indexes overruled by primary key
There can be unique indexes automatically created for join column.
If join column is also primary key we should keep only primary key on this column.

Oracle does not allow having both unique index and primary key on the same column, it is useless for mysql too.
(Previously it was done by DBAL, but now it allows duplicate indexes)
2015-11-16 02:49:41 +00:00
..
Cache General fixes across CS, type resolving, test fixes, etc 2015-11-07 03:55:05 +00:00
Decorator Adding EntityManagerDecorator base class as an extension point for EntityManager 2013-03-06 23:30:47 +01:00
Entity Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
Event #385 #1181 DDC-3385 - test coverage for OnClassMetadataNotFoundEventArgs impl 2015-01-13 21:04:50 +01:00
Functional Fix one to one inverse side cached entity association key generation 2015-11-13 15:58:52 +00:00
Hydration General fixes across CS, type resolving, test fixes, etc 2015-11-07 03:55:05 +00:00
Id Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
Internal #1001 DDC-3005 - Verifying HydrationCompleteHandler skips over registered deferred loads that were already handled by hydrationComplete 2015-01-13 00:48:53 +01:00
Mapping Merge pull request #1540 from pantelm/master 2015-11-08 22:43:36 -05:00
Performance removed useless line breaks 2015-09-03 17:55:14 +09:00
Persisters General fixes across CS, type resolving, test fixes, etc 2015-11-07 03:55:05 +00:00
Proxy Classify persisters into more granular namespaces. 2015-01-16 00:10:25 +01:00
Query Some extra refinement over patch 2015-11-09 03:19:11 +00:00
Repository #1159 - EOF EOL CS fixes for Doctrine\ORM\Repository\DefaultRepositoryFactory tests 2014-10-14 01:49:57 +02:00
Tools remove indexes overruled by primary key 2015-11-16 02:49:41 +00:00
Utility Refactored IdentifierFlattener 2015-02-16 00:53:46 +00:00
CommitOrderCalculatorTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
ConfigurationTest.php Ensure query cache is not ArrayCache in production 2014-12-19 20:18:45 +01:00
EntityManagerTest.php #1172 - reverted: moving MergeUninitializedProxyTest tests into EntityManagerTest (invalid, as they are functional tests) 2015-01-16 22:43:03 +01:00
EntityNotFoundExceptionTest.php #1240 DDC-3479 - Basic coverage for EntityNotFoundException 2015-01-13 02:55:51 +01:00
LazyCriteriaCollectionTest.php changes after code review 2015-09-25 10:44:30 +02:00
PersistentCollectionTest.php General fixes across CS, type resolving, test fixes, etc 2015-11-07 03:55:05 +00:00
QueryBuilderTest.php Merge pull request #1303 from mrkrstphr/querybuilder-get-all-aliases 2015-03-17 23:33:43 +00:00
UnitOfWorkTest.php Adding @group annotations for newly introduced tests 2015-03-17 22:31:05 +00:00