1
0
mirror of synced 2024-12-13 06:46:03 +03:00
doctrine2/lib/Doctrine/ORM/Query
2009-08-11 22:14:43 +00:00
..
AST [2.0] Added dump function for AST nodes to help debugging complex queries 2009-08-11 22:11:33 +00:00
Exec [2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak. 2009-08-11 10:51:38 +00:00
Expr [2.0] Cleanup on QueryBuilder and Expr from discussion with roman 2009-07-10 18:26:43 +00:00
Expr.php [2.0] More work on the QueryBuilder and Expr classes. 2009-07-10 17:53:48 +00:00
Lexer.php [2.0] Created common Lexer code for Annotations parser and Query parser. Added some docblocks 2009-08-05 21:13:42 +00:00
Parser.php [2.0] Removed wrong echo of DQL parser 2009-08-11 22:14:43 +00:00
ParserResult.php [2.0] Further cleanups. Started eager loading support. 2009-07-21 09:25:14 +00:00
Printer.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
QueryException.php [2.0] More docblocks and changed exception thrown in Annotations parser 2009-08-08 23:16:13 +00:00
ResultSetMapping.php [2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak. 2009-08-11 10:51:38 +00:00
SqlWalker.php [2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak. 2009-08-11 10:51:38 +00:00
TreeWalker.php [2.0] Implemented EmptyCollectionComparisonExpression. Need to write SQL transformation yet. 2009-08-04 21:41:53 +00:00
TreeWalkerAdapter.php [2.0] Implemented EmptyCollectionComparisonExpression. Need to write SQL transformation yet. 2009-08-04 21:41:53 +00:00