1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/lib/Doctrine/ORM/Tools
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
..
Console removed useless line breaks 2015-09-03 17:55:14 +09:00
Event Allow all EntityManagerInterface implementations 2014-05-28 12:30:40 +02:00
Export [DCOM-293] Fix security misconfiguration vulnerability allowing local remote arbitrary code execution. 2015-08-31 14:16:50 +02:00
Pagination General fixes across CS, type resolving, test fixes, etc 2015-11-07 03:55:05 +00:00
AttachEntityListenersListener.php Event listener to programmatically attach entity listeners. 2013-11-18 15:03:00 -05:00
ConvertDoctrine1Schema.php [2.5][Bug] Fix ConvertDoctrine1Schema->getMetadata 2015-06-05 17:08:50 +01:00
DebugUnitOfWorkListener.php DDC-3427 - s/EntityManager/EntityManagerInterface in type-hints 2015-01-16 14:21:30 +01:00
DisconnectedClassMetadataFactory.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
EntityGenerator.php Merge pull request #1407 from aivus/patch-1 2015-11-06 23:11:42 -05:00
EntityRepositoryGenerator.php [DCOM-293] Fix security misconfiguration vulnerability allowing local remote arbitrary code execution. 2015-08-31 14:16:50 +02:00
ResolveTargetEntityListener.php #385 #1181 DDC-3385 - aligning tests and implementation to new OnClassMetadataNotFoundEventArgs API 2015-01-13 20:56:57 +01:00
SchemaTool.php remove indexes overruled by primary key 2015-11-16 02:49:41 +00:00
SchemaValidator.php Fixed typo 2014-10-21 22:43:26 -04:00
Setup.php set namespace in setup only on CacheProvider instances 2014-06-26 01:29:35 +02:00
ToolEvents.php Fixed typos 2013-03-11 00:08:58 +00:00
ToolsException.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00