1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/lib/Doctrine/ORM/Query
2009-03-23 18:48:54 +00:00
..
AST [2.0] Added remaining supported functions for 2.0. 2009-03-23 18:48:54 +00:00
Exec [2.0] Parser work. Drafted logic for multi-table deletes through DQL (for Class/Concrete Table Inheritance) 2009-03-21 12:52:43 +00:00
AbstractResult.php [2.0] Parser work. Added double-dispatch functionality to AST node classes for use in the SqlWalker to reduce big if/else instanceof checks and for better maintainability. Also its less error-prone in the SqlWalker because its harder to miss a conditional case. Added new extensible DQL function implementation. 2009-03-23 17:39:33 +00:00
CacheHandler.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
Lexer.php [2.0] Parser work. 2009-03-21 19:58:52 +00:00
Parser.php [2.0] Parser work. Added double-dispatch functionality to AST node classes for use in the SqlWalker to reduce big if/else instanceof checks and for better maintainability. Also its less error-prone in the SqlWalker because its harder to miss a conditional case. Added new extensible DQL function implementation. 2009-03-23 17:39:33 +00:00
ParserResult.php [2.0] Parser work. 2009-03-21 19:58:52 +00:00
ParserResultDummy.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
Printer.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
QueryException.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
QueryResult.php [2.0] Parser work. 2009-03-21 19:58:52 +00:00
SqlWalker.php [2.0] Parser work. Added double-dispatch functionality to AST node classes for use in the SqlWalker to reduce big if/else instanceof checks and for better maintainability. Also its less error-prone in the SqlWalker because its harder to miss a conditional case. Added new extensible DQL function implementation. 2009-03-23 17:39:33 +00:00