mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
DDC-3342: Join with child tables #4130
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 (Oct 9, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user raziel057:
Hi,
It could help a lot if we could simply join parent table with childs when the inheritance type is JOINED.
For example if you need to add clauses on child properties. For the moment we need to create sub queries to add clauses in it.
@doctrinebot commented on GitHub (Oct 9, 2014):
@doctrinebot commented on GitHub (Oct 9, 2014):
Comment created by raziel057:
It would also be possible and useful to be able to sort on the DiscriminatorColumn
@doctrinebot commented on GitHub (Oct 19, 2014):
Issue was closed with resolution "Duplicate"