1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Query
2012-05-23 00:55:05 -04:00
..
AST Implemented support for internal exception showing DQL that contains syntax or semantical error. 2012-05-21 16:34:27 -04:00
Exec Fixed anomalous bug of temporary existance table collision in case of any update/delete issue by dropping temp table, no matter what's the result of other executes. 2012-05-23 00:55:05 -04:00
Expr changed modifiers 2012-03-25 13:00:50 -03:00
Filter [DDC-551] Add type inference to SQLFilter::setParameter() + cleaned tests 2011-12-19 08:43:42 +01:00
Expr.php [DDC-1683] Fix bug with booleans not handled by Expr#literal() in query builder. 2012-03-14 20:49:25 +01:00
FilterCollection.php [DDC-551] Fixed CS, comments by @stof 2011-12-05 23:00:52 +01:00
Lexer.php DDC-1802 removed unnecessary tokens T_SIZE and T_MOD 2012-05-02 19:10:21 +02:00
ParameterTypeInferer.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Parser.php Implemented support for internal exception showing DQL that contains syntax or semantical error. 2012-05-21 16:34:27 -04:00
ParserResult.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Printer.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
QueryException.php Implemented support for internal exception showing DQL that contains syntax or semantical error. 2012-05-21 16:34:27 -04:00
ResultSetMapping.php Fix CS: AS => as in foreach loops. 2012-03-24 11:16:32 +01:00
ResultSetMappingBuilder.php test multiple entity results 2012-04-15 15:40:43 -03:00
SqlWalker.php Fix CS: AS => as in foreach loops. 2012-03-24 11:16:32 +01:00
TreeWalker.php Fixed DDC-1236: GROUP BY now supports ResultVariable and IdentificationVariable. Composite PK is also supported. If you are willing to group by an aggregate function or a function itself, just place it in SELECT expression then refer to it in the GROUP BY clause. If you are not willing to have the function being part of your resultset, just mark the column as HIDDEN and you are done. 2011-12-01 23:52:35 -05:00
TreeWalkerAdapter.php Added absolute namespace paths to phpdoc annotations - issue DDC-1025. 2011-12-11 21:56:26 +00:00
TreeWalkerChain.php Fixed DDC-1236: GROUP BY now supports ResultVariable and IdentificationVariable. Composite PK is also supported. If you are willing to group by an aggregate function or a function itself, just place it in SELECT expression then refer to it in the GROUP BY clause. If you are not willing to have the function being part of your resultset, just mark the column as HIDDEN and you are done. 2011-12-01 23:52:35 -05:00