1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/Query/Production
2008-05-27 04:52:50 +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 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
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 Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +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 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
PathExpressionEndingWithAsterisk.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
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 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
SelectClause.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
SelectExpression.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
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 Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +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 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
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