mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3047: XML Exporter driver does not export association fetch-mode #3784
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 25, 2014).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user holtkamp:
While exporting (annotations based) metadata to XML, the 'fetch-mode' of the associations seems to be skipped by the XML Exporter
927d69b61a/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php (L234)This should result in an XML attribute named 'fetch' of type 'fetch-type':
927d69b61a/doctrine-mapping.xsd (L277)Will try to come up with a PR + test
@doctrinebot commented on GitHub (Mar 26, 2014):
Comment created by holtkamp:
Auto-created issue with PR: http://www.doctrine-project.org/jira/browse/DDC-3049
@doctrinebot commented on GitHub (Apr 16, 2014):
Comment created by @guilhermeblanco:
Merged as of
4029dc2ea8@doctrinebot commented on GitHub (Apr 16, 2014):
Issue was closed with resolution "Fixed"