1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/lib/Doctrine/ORM/Query/AST/Functions
Rajesh Sharma 4841a068be [DDC-2304] accept more than 2 parameters in CONCAT function
- Tested and parser validates at least 2 parameters given
- test added for CONCAT function and indentation fixed
- calling getConcatExpression using call_user_func_array as number of arguments is not known removing dependency to patch DBAL
- maintaining backward compatibility
2013-03-12 19:59:45 +01:00
..
AbsFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
BitAndFunction.php LGPL => MIT 2012-05-26 14:37:00 +02:00
BitOrFunction.php LGPL => MIT 2012-05-26 14:37:00 +02:00
ConcatFunction.php [DDC-2304] accept more than 2 parameters in CONCAT function 2013-03-12 19:59:45 +01:00
CurrentDateFunction.php LGPL => MIT 2012-05-26 14:37:00 +02:00
CurrentTimeFunction.php LGPL => MIT 2012-05-26 14:37:00 +02:00
CurrentTimestampFunction.php LGPL => MIT 2012-05-26 14:37:00 +02:00
DateAddFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
DateDiffFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
DateSubFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
FunctionNode.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
IdentityFunction.php fix PHPDoc 2012-12-22 10:36:23 -02:00
LengthFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
LocateFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
LowerFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
ModFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
SizeFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
SqrtFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
SubstringFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
TrimFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00
UpperFunction.php Fixed documentation for Doctrine\ORM\Query\AST\Functions 2012-12-13 10:42:25 +00:00