Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently while validating operands of a function we check if precision/ scale is allowed on the data type. For 'ANY' type currently we mark the SqlTypeName to indicate that both precision, scale is not allowed. allowsPrecScale() in SqlTypeName should always succeed for 'ANY' type.