#830 ... completes the change 2980 (that accompanied changes 2921 and 2948, for an optimization on bulk operations)

SVN:trunk[2987]
This commit is contained in:
Romain Quetiez
2013-11-26 14:27:24 +00:00
parent 87e33c72b5
commit 55f1763b60

View File

@@ -403,6 +403,11 @@ class ScalarExpression extends UnaryExpression
}
return $sRet;
}
public function GetAsScalar($aArgs)
{
return clone $this;
}
}
class TrueExpression extends ScalarExpression