mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
DDC-3621: Support embeddables in partial object query #4449
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 17, 2015).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user krixon:
Hi,
Currently it's not possible to combine embeddables and partial objects - for example:
SELECT PARTIAL u.{id, name.first, name.last} FROM UserThis results in an exception from the parser.
Is this just as simple as making the following change to Parser::PartialObjectExpression() line 1782?
@doctrinebot commented on GitHub (Mar 17, 2015):
@doctrinebot commented on GitHub (Mar 23, 2015):
Comment created by krixon:
doctrinebot automatically opened DDC-3621 when I issued a PR, so closing this issue as a duplicate.
@doctrinebot commented on GitHub (Mar 23, 2015):
Issue was closed with resolution "Duplicate"
@doctrinebot commented on GitHub (Mar 23, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1343] was labeled:
https://github.com/doctrine/doctrine2/pull/1343
@doctrinebot commented on GitHub (Mar 23, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1343] was unlabeled:
https://github.com/doctrine/doctrine2/pull/1343
@doctrinebot commented on GitHub (Mar 23, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1343] was assigned:
https://github.com/doctrine/doctrine2/pull/1343
@doctrinebot commented on GitHub (Mar 23, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1343] was merged:
https://github.com/doctrine/doctrine2/pull/1343