mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-209: Add the notion of read-only entities #260
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 (Dec 14, 2009).
Jira issue originally created by user romanb:
This may include:
Useful mainly for optimization purposes to tell doctrine to ignore such objects for any change tracking (except the initial creation/insert, of course).
@doctrinebot commented on GitHub (Dec 14, 2009):
@doctrinebot commented on GitHub (Aug 26, 2010):
Comment created by romanb:
DDC-692 might make it into 2.0. The query hint is definitely out of scope for that release.
@doctrinebot commented on GitHub (Mar 29, 2011):
Comment created by @beberlei:
Implemented DDC-692 for inclusion in 2.1, however move the query hint to 2.x
@doctrinebot commented on GitHub (Oct 15, 2011):
Issue was closed with resolution "Fixed"