1
0
Fork 0
mirror of synced 2025-04-02 12:56:16 +03:00
doctrine2/lib/Doctrine/ORM/Query
aleeeftw 5481e0fb8b 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’.
2015-11-01 10:43:03 +00: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 Update Expr.php 2015-10-20 16:55:43 -05: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 Support embeddables in partial object query expression [DDC-3621] 2015-03-17 15:46:01 +00: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-02 23:43:41 +01:00
ResultSetMappingBuilder.php Minor docblock correction 2015-11-01 10:43:03 +00:00
SqlWalker.php Added non-functional tests for row number over function subselect expression fix; syntax fixes. 2015-07-17 13:24:19 +01: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 removed useless line breaks 2015-09-03 17:55:14 +09:00