Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
None
-
Docs Required, Release Notes Required
Description
Casting from one decimal type to another does not produce errors when scale/precision is changed:
statement error SELECT 10.00::DECIMAL(4,2)::DECIMAL(2,1);
See skipif-ed examples in decimal_decimal_overflow_cast.test