]
Work on TEIID-4750 started by Steven Hawkins.
---------------------------------------------
Map to BigInteger in more circumstances
---------------------------------------
Key: TEIID-4750
URL:
https://issues.jboss.org/browse/TEIID-4750
Project: Teiid
Issue Type: Enhancement
Components: JDBC Connector
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 10.0
We currently default to a bigdecimal mapping when a more specific biginteger mapping
could be used. I think the original intent was to lessen our usage of the biginteger type
as it's effectively derived from bigdecimal, but because of the weakness in the
handling of precision/scale as the types propagate, biginteger can be more appropriate.