1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Query
oprokidnev 752d4f9eac Target entity resolver for DQL
Since we have target entity resolver in doctrine this class check is not enought.
To gain interface resolution it is better to add interface check in addition to class_check here.
2015-11-27 16:00:56 +05:00
..
AST DATE_ADD - Support for seconds 2015-02-25 14:32:51 -05:00
Exec Changed some wrong usage of the @internal phpdoc 2015-03-15 16:53:34 +01:00
Expr Swapped places indexBy and condition in accordance with EBNF 2013-05-09 03:30:48 +04:00
Filter #1350 - parameters should be an array by default 2015-03-31 22:02:48 +01:00
Expr.php Minor dockblock change 2014-04-09 13:53:56 +02:00
FilterCollection.php DDC-3427 - s/EntityManager/EntityManagerInterface in type-hints 2015-01-16 14:21:30 +01:00
Lexer.php Allow query parameters starting with an underscore 2013-07-04 10:12:36 +02:00
Parameter.php Fixed documentation for Doctrine\ORM\Query 2012-12-13 16:36:14 +00:00
ParameterTypeInferer.php Allow DateTimeInterface as parameter value 2015-03-17 20:58:20 +00:00
Parser.php Target entity resolver for DQL 2015-11-27 16:00:56 +05:00
ParserResult.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
Printer.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
QueryException.php Fix QueryException::instanceOfUnrelatedClass() message 2014-08-15 15:39:56 +02:00
QueryExpressionVisitor.php [DDC-3436] Fix changes requested 2/2 2015-01-17 08:33:23 +01:00
ResultSetMapping.php Minor docblock correction (discovered during testing) 2015-04-05 01:29:00 +01:00
ResultSetMappingBuilder.php Fixed wrong variable used as array key 2015-11-07 10:35:02 -05:00
SqlWalker.php Merge pull request #1463 from ehimen/paginate-order-by-subselect 2015-08-04 14:31:08 -04:00
TreeWalker.php Fixed documentation for Doctrine\ORM\Query 2012-12-13 16:36:14 +00:00
TreeWalkerAdapter.php Fixed typos 2013-03-11 00:08:58 +00:00
TreeWalkerChain.php add iterator to tree walker chain 2014-02-06 19:39:40 +03:00
TreeWalkerChainIterator.php remove doc 2014-02-06 20:08:07 +03:00