Processing exception with function/procedure column and non-short
scale
-----------------------------------------------------------------------
Key: TEIID-3176
URL:
https://issues.jboss.org/browse/TEIID-3176
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 8.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9
The DatabaseMetadata.getProcedureColumns method expects scale to be reported as a short,
but our scale metadata is an integer - and by default a bigdecimal column will have a max
integer scale. This results in a processing when getting the metadata.