1
0
mirror of synced 2025-01-19 06:51:40 +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
..
2013-07-29 10:46:47 -04:00
2013-10-02 12:07:37 +02:00
2013-04-06 14:31:27 +00:00
2013-10-02 12:07:37 +02:00
2013-06-14 12:07:28 -04:00
2013-10-02 12:07:37 +02:00
2013-07-29 10:46:47 -04:00
2013-07-29 10:46:47 -04:00
2013-03-11 00:08:58 +00:00
2012-12-13 18:19:21 +00:00
2013-03-11 00:08:58 +00:00
2013-06-07 17:24:05 -04:00
2013-05-27 21:47:16 +02:00

The file is empty.