]
Steven Hawkins resolved TEIID-5502.
-----------------------------------
Resolution: Done
Added logic to determine the array component type using the driver type info.
Add better JDBC array support
-----------------------------
Key: TEIID-5502
URL:
https://issues.jboss.org/browse/TEIID-5502
Project: Teiid
Issue Type: Enhancement
Components: JDBC Connector
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 11.2
JDBC import and value retrieval will use the object type and getObject respectively with
an array type. It should use the most specific type possible and typically getArray.