1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Query
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
..
CustomTreeWalkersJoinTest.php Moved CustomTreeWalkersJoinTest to proper namespace and fixed licence 2012-11-20 12:42:05 +01:00
CustomTreeWalkersTest.php [DDC-2052] Add SqlWalker::setQueryComponent() to allow modification of the query component in a custom output walker 2012-10-06 11:16:16 +02:00
DeleteSqlGenerationTest.php DDC-980 - Fix Update and Delete statements reference of the root table when doing subselects. 2011-01-13 21:16:08 +01:00
ExprTest.php Don't add empty expression to another one 2013-03-12 19:17:11 +01:00
FilterCollectionTest.php Synchronized support of FilterCollection with ODM by adding missing method. 2013-07-29 21:24:08 -04:00
LanguageRecognitionTest.php DDC-1858 Added missing support to ResultVariable in LikeExpression. 2013-08-18 23:52:32 -04:00
LexerTest.php Add test for query paremeters starting with underscore 2013-07-05 09:21:50 +02:00
ParameterTypeInfererTest.php Add test for boolean parameter type infering 2012-11-09 22:03:40 +01:00
ParserResultTest.php Fixed some warnings from phpunit. 2011-02-19 19:50:58 -02:00
QueryExpressionVisitorTest.php Implemented "contains" operator for Criteria expressions 2013-09-16 14:56:04 +02:00
QueryTest.php Allow to have non-distinct queries 2013-07-09 17:31:30 +02:00
SelectSqlGenerationTest.php Fixes a Fatal Error when using a subexpression in parenthesis 2013-10-14 15:04:52 +02:00
UpdateSqlGenerationTest.php Fixed typos 2013-03-11 00:08:58 +00:00