1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/tests/Doctrine/Tests
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
..
DbalTypes #1336 - class constants over string references in tests - removing useless QueryBuilder usage 2015-03-17 21:21:20 +00:00
EventListener DDC-3683 - #1380 - reverting BC break, annotating correct types, cs fixes 2015-07-15 20:35:21 +01:00
Mocks fixes result cache setting query caching 2015-11-07 16:14:54 +00:00
Models Fix one to one inverse side cached entity association key generation 2015-11-13 15:58:52 +00:00
ORM remove indexes overruled by primary key 2015-11-16 02:49:41 +00:00
DbalFunctionalTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
DbalTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
DoctrineTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
OrmFunctionalTestCase.php Fix one to one inverse side cached entity association key generation 2015-11-13 15:58:52 +00:00
OrmPerformanceTestCase.php Updated syntax for ``integer` and `boolean`` types 2015-07-14 15:30:13 -03:00
OrmTestCase.php General fixes across CS, type resolving, test fixes, etc 2015-11-07 03:55:05 +00:00
TestInit.php [DDC-3461] Renamed AssocationBuilder::isPrimaryKey() to makePrimaryKey(). Same for FieldBuilder and depreceating isPrimaryKey(). Adjust tests. Revert change in ClassMetadataInfo and fix bug. 2015-03-18 17:06:30 +01:00
TestUtil.php Updated syntax for ``integer` and `boolean`` types 2015-07-14 15:30:13 -03:00