1
0
mirror of synced 2025-01-06 00:57:10 +03:00
doctrine2/lib
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
..
Doctrine/ORM Fixes a Fatal Error when using a subexpression in parenthesis 2013-10-14 15:04:52 +02:00
vendor Removing submodules as of doctrine/doctrine2#570 2013-02-15 18:33:29 +01:00