-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
None
-
False
Implement support for Informix DECIMAL(p) Floating Point type in PRECISE decimal mode.
Informix supports two forms of floating-point DECIMAL types, DECIMAL(p) and DECIMAL (without precision).
DECIMAL(p) has p significant digits and a variable scale
DECIMAL is interpreted as DECIMAL(16)
In PRECISE decimal mode, we need to use VariableScaleDecimal for these to work correctly.