1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00
doctrine2/lib/Doctrine/Query
2008-06-05 19:01:58 +00:00
..
Filter Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Parser Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Production Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
Registry Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
SqlBuilder Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
SqlExecutor Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Tokenizer Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Abstract.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Abstract_old.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
AbstractResult.php Finished first parts of SELECT support. Two test cases added and passing. Introduced the concept of DCTRN in queryComponent. Added concept of queryField, which validates for already defined fields in SELECT. 2008-05-27 03:44:08 +00:00
CacheHandler.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Exception.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Filter.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Parser.php Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
ParserResult.php Fixes in ParserResult, which was generating a bad table alias. Added more test cases. Commented new Event system call in EntityManager. Fixes in RangeVariableDeclaration. 2008-06-02 15:00:50 +00:00
ParserResultDummy.php Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Printer.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Production.php Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
ProductionParamHolder.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
QueryResult.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Registry.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Scanner.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
SqlBuilder.php Changed Doctrine_Query to accept a Doctrine_EntityManager instead of a Doctrine_Connection. Updated Doctrine_EntityManager. Updated test cases and included one new passing test case for SELECT generation. Fixed whitespace bug in DELETE and UPDATE statements. 2008-05-27 04:52:50 +00:00
Token.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Tokenizer.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00