mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1700: [GH-302] by jonathaningram: Added failing test case for querying and joining on an associated inheri... #2140
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 (Mar 13, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of jonathaningram:
Url: https://github.com/doctrine/doctrine2/pull/302
Message:
...tance hierarchy
I have written this (partial) failing unit test. When running the test, you'll receive the Semantical Exception as follows:
I expect that either:
Either way, such a query would be great to have in the documentation (including the semantical error), so that when searching for the error, the Doctrine docs appear.
FYI, this has come up from my recent work on trying to find a solution for large inheritance hierarchies (and join limits) and solving the problem by using single table inheritance and associating a "data" class on the base class of the large hierarchy.
P.S. I hope that I do not have a flawed understanding of the ORM and that I'm trying to construct an impossible query/mapping. If so, apologies :)
@doctrinebot commented on GitHub (Mar 14, 2012):
Issue was closed with resolution "Invalid"