1
0
mirror of synced 2024-12-15 07:36:03 +03:00
doctrine2/lib/Doctrine/Query/Production
2008-06-08 16:42:55 +00:00
..
AggregateExpression.php Added more semantical checks. Fixed some tests. 2008-05-24 22:04:14 +00:00
Atom.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
BetweenExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
ComparisonExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
ComparisonOperator.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
ConditionalExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
ConditionalFactor.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
ConditionalPrimary.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
ConditionalTerm.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
DeleteClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
DeleteStatement.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
ExistsExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Expression.php Added more semantical checks. Fixed some tests. 2008-05-24 22:04:14 +00:00
Factor.php Added more semantical checks. Fixed some tests. 2008-05-24 22:04:14 +00:00
FieldIdentificationVariable.php SelectExpression rewrite to support dctrn queryComponent. Fixes in DQL. Added more test cases 2008-05-28 06:01:04 +00:00
FromClause.php Added more semantical checks. Fixed some tests. 2008-05-24 22:04:14 +00:00
Function.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
GroupByClause.php SelectExpression rewrite to support dctrn queryComponent. Fixes in DQL. Added more test cases 2008-05-28 06:01:04 +00:00
GroupByItem.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
HavingClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
IdentificationVariable.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
IdentificationVariableDeclaration.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
IndexBy.php Fixes for test case in DQL 2008-05-24 18:51:47 +00:00
InExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Join.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
LikeExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
LimitClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
NullComparisonExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
OffsetClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
OrderByClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
OrderByItem.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
PathExpression.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
PathExpressionEndingWithAsterisk.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
Primary.php Added more semantical checks. Fixed some tests. 2008-05-24 22:04:14 +00:00
QuantifiedExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
QueryLanguage.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
RangeVariableDeclaration.php Cosmetics changes in EventManager, renamed the registerEventListener to addEventListener, optimized the source and changed the arguments order. Commented an echo line in RangeVariableDeclaration 2008-06-08 16:42:55 +00:00
SelectClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
SelectExpression.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
SelectStatement.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
SimpleConditionalExpression.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
SimpleSelectClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Subselect.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Term.php Added more semantical checks. Fixed some tests. 2008-05-24 22:04:14 +00:00
UpdateClause.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
UpdateItem.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
UpdateStatement.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
VariableDeclaration.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
WhereClause.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