mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2468: xml schema incomplete #3096
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 (May 23, 2013).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user dbu:
while writing the schema for phpcr-odm i noticed that the orm schema seems to miss some things. not sure if they are just missing in the schema but supported by the xml driver or if the xml driver also misses those:
cascade-type is missing
lifecycle-callback-type is missing a bunch of callbacks:
@doctrinebot commented on GitHub (May 26, 2013):
Comment created by @beberlei:
These are not lifecycle events? I am not sure they are necessary here.
@doctrinebot commented on GitHub (May 26, 2013):
Comment created by @beberlei:
Fixed cascade-detach missing
@doctrinebot commented on GitHub (May 26, 2013):
Issue was closed with resolution "Fixed"