mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-937: doctrine-mapping.xsd sequence relation-entities #1166
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 15, 2010).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user lvanderree:
I noticed some problems with
the doctrine-mapping.xsd (which apparently is not used to validate the
mapping, but only provided to support code completion in your xml-
editor)
The order in which you define the elements like cascade and join-
column(s) for the relation-entities is currently important since it is
a sequence, but is this really desired? Why force this order? defining
cascade before join-column would make perfect sense as well, doesn't
it.
@doctrinebot commented on GitHub (Oct 4, 2011):
Comment created by @guilhermeblanco:
Is this issue still valid in the latest Doctrine (trunk)? It doesn't seem to be.
@doctrinebot commented on GitHub (Jun 23, 2012):
Comment created by @guilhermeblanco:
No reply from user and issue seems to be fixed already in master
@doctrinebot commented on GitHub (Jun 23, 2012):
Issue was closed with resolution "Fixed"