1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Mapping/Driver
Benjamin Eberlei 4b09712761 Merge pull request #322 from rande/patch-1
In some weird situation the SimpleXmlIterator used to iterate on the ``$...
2012-04-16 09:55:05 -07:00
..
AbstractFileDriver.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
AnnotationDriver.php [Mapping] removed unused local variables $versionAnnot and $tblGeneratorAnnot in AnnotationDriver class. 2012-03-24 11:07:39 +01:00
DatabaseDriver.php Fix CS: AS => as in foreach loops. 2012-03-24 11:16:32 +01:00
DoctrineAnnotations.php Cleanup formatting just a little 2011-11-29 00:48:08 +03:00
Driver.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
DriverChain.php Fix CS: AS => as in foreach loops. 2012-03-24 11:16:32 +01:00
PHPDriver.php Revert "Removing old Driver interface in favor of the new one in Common\Persistence. Also changed to use fully qualified class name for interfaces in common to avoid weird aliases." 2011-02-16 10:24:42 -06:00
SimplifiedXmlDriver.php DDC-1418 - Add simplified XML and YAML drivers ported from the Symfony project, thanks Fabien 2011-10-13 23:39:11 +02:00
SimplifiedYamlDriver.php Added coverage to DDC-1521. Small CS changes. 2011-12-20 00:05:14 -05:00
StaticPHPDriver.php [Mapping] removed unused local variable $fileName in StaticPHPDriver class. 2012-03-24 11:07:39 +01:00
XmlDriver.php In some weird situation the SimpleXmlIterator used to iterate on the `$xmlRoot->field property just get resetted. This solution avoid this situation. This problem occurs when Symfony2 warms up cache with autogenerate proxy to true` 2012-04-02 14:55:35 +03:00
YamlDriver.php [DDC-1534] YamlDriver wrongly used "inversedBy" inside join table condition although its independent. 2012-04-07 10:42:54 +02:00