mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-725: Consider removing onUpdate attribute from join column mappings #893
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 (Jul 29, 2010).
Jira issue originally created by user romanb:
If onUpdate is only ever used in cases where a primary key changes, which is bad design and not supported by doctrine anyway, there is no reason to support this attribute.
@doctrinebot commented on GitHub (Jul 30, 2010):
Comment created by @beberlei:
ah yes, this is probably a good idea.
@doctrinebot commented on GitHub (Jun 21, 2011):
Comment created by mridgway:
Do you plan on removing the annotation or just ignoring it? Removing it will cause a backwards compatibility issue for people that did use it.
I will work on a patch for this then.
@doctrinebot commented on GitHub (Jul 26, 2011):
Comment created by @beberlei:
Merged Pull Request, closing this issue.
@doctrinebot commented on GitHub (Jul 26, 2011):
Issue was closed with resolution "Fixed"