mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1458: Issue with tracking entity changes #1830
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 (Oct 28, 2011).
Originally assigned to: @asm89 on GitHub.
Jira issue originally created by user n3b:
Flushing at point #2 has no effect (outputs int(1)), flushing at point #1 works as expected (outputs int(5)).
this issue comes only when i trying to set boolean value on managed assotiated entity
upd. same issue with datetime properties
@doctrinebot commented on GitHub (Nov 8, 2011):
Comment created by @asm89:
Looking into this.
@doctrinebot commented on GitHub (Nov 9, 2011):
Comment created by @beberlei:
formatting
@doctrinebot commented on GitHub (Nov 10, 2011):
Comment created by @asm89:
Fixed in master:
https://github.com/doctrine/doctrine2/pull/187
@doctrinebot commented on GitHub (Nov 10, 2011):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Nov 11, 2011):
Comment created by @beberlei:
Merged into 2.1.x