mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-819: Attempting to search a recursive relationship by null results in an error... #1008
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 (Sep 26, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user omega:
I have an entity which has a many to one relationship pointing to itself. This is ultimately set to map parent/child relationships.
Consider the following snippet:
When this code is run, PHP tells me:
At which point, it's obvious that it's expecting a parameter an receiving none. The problem here however is that I have no way of matching for null. Is there some kind of surrogate null php-class that can be created to represent a model-null?