mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-206: XML Mapping Driver should be case-insensitive in regard to <generator type="" /> values. #259
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 (Dec 12, 2009).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
Other Metadata drivers are case-insensitive for this value, XML is not. It generates a php warning for example for not finding: GENERATOR_TYPE_auto constant
@doctrinebot commented on GitHub (Dec 12, 2009):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 16, 2009):
Comment created by romanb:
The difference here is though, that lowercase in the XML does not even validate against the XSD. The XSD enforces an enumeration.
Example error message from eclipse:
Automatic validation and code completion /intellisense is one of the main big advantages of XML over YAML (and why I prefer it).