mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1433: Sf doesn't warn if I set a variable in Entity not connected to DB in ORM #1796
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 18, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user r1pp3rj4ck:
I merged two branches and apparently I failed to resolve a conflict, so the 'deleted' field vanished from the ORM, but still was in Entity and the generated schema. So when I deleted an object (set deleted to 1), nothing happened. Shouldn't the Doctrine at least warn in dev environment that it's an invalid field?
@doctrinebot commented on GitHub (Oct 31, 2011):
Comment created by @beberlei:
Transient fields (non-mapped) are perfectly valid
@doctrinebot commented on GitHub (Oct 31, 2011):
Issue was closed with resolution "Invalid"