mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3572: Versionable behavior does not work #4392
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 (Feb 18, 2015).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user TiMESPLiNTER:
I tried to set up a versionable example (see attachment). The problem is. It works random. Sometimes the old record will be submitted into the *version table. Sometimes it doesn't. Most of the time the version stay 1 in the *version table. Sometimes it works as it should. I hardly can't believe that I setup something wrong because of the random bugs.
I face the same problem which is described in the comment of the updated sample code here: http://www.doctrine-project.org/jira/browse/DDC-871?focusedCommentId=14702&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14702
@doctrinebot commented on GitHub (Feb 18, 2015):
Comment created by @ocramius:
Doctrine ORM 2.x does not provide a versionable behavior.
@doctrinebot commented on GitHub (Feb 18, 2015):
Issue was closed with resolution "Invalid"