1
0
mirror of synced 2025-01-10 11:07:10 +03:00
doctrine2/lib/Doctrine/ORM/Tools/Export/Driver
Menno Holtkamp ef4e73f987 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-20 11:08:29 +01:00
..
AbstractExporter.php CS fixes 2013-09-22 02:12:30 +02:00
AnnotationExporter.php Fixed documentation for Doctrine\ORM\Tools\Export 2012-12-14 13:02:12 +00:00
PhpExporter.php Fixed documentation for Doctrine\ORM\Tools\Export 2012-12-14 13:02:12 +00:00
XmlExporter.php Use boolean values for 'unique' attribute 2014-03-20 11:08:29 +01:00
YamlExporter.php [DDC-2136] Fix exporting to YAML and XML with assocation keys. 2013-05-01 23:10:13 +02:00