Details
Description
SELECT m
FROM MealBundle:Meal m
WHERE m.user = :user OR m.user IN (
SELECT IDENTITY(s.to)
FROM SubscriptionBundle:Subscription s
WHERE s.from = :user
)
[Syntax Error] line 0, col 82: Error: Expected Doctrine\ORM\Query\Lexer::T_FROM, got '('
This issue is referenced in Github Pull-Request GH-246
https://github.com/doctrine/doctrine2/pull/246