1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Query/AST
2012-03-24 11:07:39 +01:00
..
Functions [Query] removed unused local variable $lexer in SizeFunction class. 2012-03-24 11:07:39 +01:00
AggregateExpression.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
ArithmeticExpression.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
ArithmeticFactor.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ArithmeticTerm.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
ASTException.php [2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support. 2010-02-19 21:28:17 +00:00
BetweenExpression.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
CoalesceExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
CollectionMemberExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ComparisonExpression.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
ConditionalExpression.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
ConditionalFactor.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
ConditionalPrimary.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
ConditionalTerm.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
DeleteClause.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
DeleteStatement.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
EmptyCollectionComparisonExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ExistsExpression.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
FromClause.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
GeneralCaseExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
GroupByClause.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
HavingClause.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
IdentificationVariableDeclaration.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
IndexBy.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
InExpression.php Implemented multiple enhancements in InExpression support for DQL. Fixed DDC-1472 and DDC-1416. 2011-12-04 02:41:54 -05:00
InputParameter.php [2.0] Refactor Exceptions from Query and AST\InputParameter into QueryException class. 2009-11-21 17:04:17 +00:00
InstanceOfExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Join.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
JoinAssociationPathExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
JoinVariableDeclaration.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
LikeExpression.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
Literal.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Node.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
NullComparisonExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
NullIfExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
OrderByClause.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
OrderByItem.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
PartialObjectExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
PathExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
QuantifiedExpression.php [2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase. 2009-08-13 10:13:06 +00:00
RangeVariableDeclaration.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SelectClause.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SelectExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SelectStatement.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SimpleArithmeticExpression.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
SimpleCaseExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SimpleSelectClause.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SimpleSelectExpression.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SimpleWhenClause.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Subselect.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
SubselectFromClause.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
UpdateClause.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00
UpdateItem.php Fixed behavior of PersistentCollection#clear(). Fixed single-valued association path expression support in DQL UpdateItems. 2010-07-08 17:30:39 +02:00
UpdateStatement.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
WhenClause.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
WhereClause.php [2.0] Updated AST nodes to use public properties instead of setter/getter methods. 2009-08-06 21:42:07 +00:00