mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2478: PersisterException when matching Criteria expression isNull to ArrayCollection #3109
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 (May 30, 2013).
Jira issue originally created by user twistedlogic:
[output]
Cannot match on Fubles\CoreBundle\Entity\ClubBoardPost::parent with a non-object value. Matching objects by id is not compatible with matching on an in-memory collection, which compares objects by reference.
[first analysis]
@SqlExpressionVisitor:69 It seems like this check pretends that the value must be an object, maybe do you need to exclude NULL values only if association is nullable?
@doctrinebot commented on GitHub (Jun 14, 2013):
Comment created by @FabioBatSilva:
Fixed :
f2f1d8986c@doctrinebot commented on GitHub (Jun 14, 2013):
Issue was closed with resolution "Fixed"