1
0
Fork 0
mirror of synced 2025-03-31 20:06:16 +03:00
doctrine2/lib/Doctrine/ORM/Query
aleeeftw caffbe04a2
Minor docblock correction
The documentation for the method ‘addJoinedEntityFromClassMetadata’ is
wrong. As we can see currently says you need to pass an object and that
is wrong. The $relation variable is passed to ‘addJoinedEntityResult’
which is using it as a ‘string’.
2017-05-20 16:45:25 +02: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 - 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 Minor docblock correction 2017-05-20 16:45:25 +02:00
SqlWalker.php Fix issue were identifier operands in /,* arithmetic terms were not checked to see if they're query components 2016-01-16 10:28:52 -06: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