1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Query
2011-10-29 02:00:35 -02:00
..
AST switched 2nd and 3rd argument for SelectExpression's constructor, making the 3rd one optional to keep its signature compatible to previous versions 2011-10-10 14:04:55 +02:00
Exec DDC-217 - Add support for QueryCacheProfiles and remove the old result caching code from ORM. Deprecate a bunch of methods in favor of using the AbstractQuery#getQueryCacheProfile method. 2011-10-23 23:28:23 +02:00
Expr Revert Expr\Base patch 2011-10-28 00:24:41 +02:00
Expr.php Update lib/Doctrine/ORM/Query/Expr.php 2011-10-21 11:55:54 +03:00
Lexer.php Implemented HIDDEN support in DQL. Fixes DDC-1363. 2011-10-03 02:07:07 -03:00
ParameterTypeInferer.php [DDC-1148] Implement auto-inference of types in setParameter. 2011-05-12 23:05:45 -03:00
Parser.php Code optimizations. Fixed unused argument in OrmTestCase as referred in DDC-766. 2011-10-16 02:10:59 -02:00
ParserResult.php [2.0] Fix Tab Formating in ParserResult class, added doc-comments and fixed a missing variable initialization error for certain query special cases. 2009-11-06 17:03:59 +00:00
Printer.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
QueryException.php DDC-1194 - Improve error handling for DQL INSTANCE OF 2011-06-05 10:48:21 +02:00
ResultSetMapping.php DDC-1080 - Fix bug with hydration of derived entities/foreign key as primary key. 2011-05-17 23:42:24 +02:00
ResultSetMappingBuilder.php F[DDC-1275] ixed check for owning side of a toOne relationship 2011-07-28 10:50:22 -04:00
SqlWalker.php Implemented support to entities with association marked as @Id support in many situations. Fixed DDC-1435. 2011-10-29 02:00:35 -02:00
TreeWalker.php [2.0][DDC-482] Added support to INSTANCE OF in DQL. 2010-07-30 01:30:02 -03:00
TreeWalkerAdapter.php [2.0][DDC-482] Added support to INSTANCE OF in DQL. 2010-07-30 01:30:02 -03:00
TreeWalkerChain.php [2.0][DDC-482] Added support to INSTANCE OF in DQL. 2010-07-30 01:30:02 -03:00