1
0
mirror of synced 2025-02-08 08:19:28 +03:00
Vincent BOURDEIX 5506d7adce Fixes a Fatal Error when using a subexpression in parenthesis
When some dql contains a subselect with expression in parenthesis, the
expression of the $simpleSelectExpression parameter given to
walkSimpleSelectExpression is an instance of AST\ParenthesisExpression.
Before this commit, this case defaulted to
$this->walkEntityIdentificationVariable($expr) where $expr is supposed
to be a string. A fatal error was then yielded.
2013-10-14 15:04:52 +02:00
..
2011-12-19 22:56:19 +01:00
2013-04-29 10:29:58 +02:00
2011-12-19 22:56:19 +01:00