1
0
Fork 0
mirror of synced 2025-03-29 19:29:53 +03:00
doctrine2/lib/Doctrine/ORM/Tools
Menno Holtkamp 213cc5c695 Use boolean values for 'unique' attribute
As defined in: https://github.com/doctrine/doctrine2/blob/master/doctrine-mapping.xsd#L294

Same as 'nullable' attribute. 

It was being exported as a "1" for TRUE and "0" for false
2014-03-23 10:16:43 +01:00
..
Console Substitute EntityManagerInterface for EntityManager in Console EntityManagerHelper 2014-02-08 15:31:07 +01:00
Event Fixed documentation for Doctrine\ORM\Tools\Event 2012-12-14 12:49:59 +00:00
Export Use boolean values for 'unique' attribute 2014-03-23 10:16:43 +01:00
Pagination [DDC-1985] Fix ordering preservation in SQL limit subquery output walker. 2014-02-09 15:45:28 +01:00
ConvertDoctrine1Schema.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
DebugUnitOfWorkListener.php Proxy generation as of doctrine/common#168 - DCOM-96 2013-02-14 09:57:12 +01:00
DisconnectedClassMetadataFactory.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
EntityGenerator.php Fix for entity generator discriminator column 2013-09-07 09:04:26 +02:00
EntityRepositoryGenerator.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
ResolveTargetEntityListener.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
SchemaTool.php Make SchemaTool and SchemaValidator use EntityManagerInterface instead of EntityManager 2014-02-08 15:31:08 +01:00
SchemaValidator.php Make SchemaTool and SchemaValidator use EntityManagerInterface instead of EntityManager 2014-02-08 15:31:08 +01:00
Setup.php Remove mentions of PEAR installation method, remove code. 2013-02-15 01:04:29 +01: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