mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DQL with JOINs in Inheritance Type SINGLE_TABLE #6225
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 @danielspk on GitHub (Apr 15, 2019).
Originally assigned to: @jwage on GitHub.
Support Question
Hello, how can I use relationships in DQL in classes with inheritance. Example:
DQL use:
SELECT ii, i, t FROM App\Entity\InvoiceItem ii JOIN ii.item i JOIN i.tags t WHERE i INSTANCE OF App\Entity\ItemTypeAError produced: Class App\Entity\Item has no association named tags