1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
doctrine2/lib/Doctrine/ORM/Query
Alexander Kurilo 38fcc66c16 Add missing type mapping
Fixes DDC-3192
Refs DDC-2494

This is essentially a fix from DDC-2494 applied to SQLWalker.
The issue: type was not converted to PHP value when the result is fetched by
executing DQL query rather than using entity manager's findX(). Similar issue
for BasicEntityPersister (which is used when em's findX is executed) was fixed
in DDC-2494, but SQLWalker made the issue valid for any custom query.
2014-07-14 11:22:08 +03:00
..
AST Made DQL and EBNF in sync. 2014-04-20 20:27:57 +00:00
Exec Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
Expr Swapped places indexBy and condition in accordance with EBNF 2013-05-09 03:30:48 +04:00
Filter Allow if parameter exists in SQLFilter 2014-02-26 08:55:47 +01:00
Expr.php Minor dockblock change 2014-04-09 13:53:56 +02:00
FilterCollection.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00: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 Fixed typos 2013-03-11 00:08:58 +00:00
Parser.php Fixed #991 to support non-closure callables on PHP 5.3 2014-05-16 10:49:59 +02: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 Fixed typos 2013-03-11 00:08:58 +00:00
QueryExpressionVisitor.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
ResultSetMapping.php Fix CS and update docs 2013-12-16 11:05:04 -05:00
ResultSetMappingBuilder.php lifts an unnecessary restriction on ResultSetMappingBuilder 2013-11-23 19:47:56 +01:00
SqlWalker.php Add missing type mapping 2014-07-14 11:22:08 +03: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