]
Steven Hawkins updated TEIID-3893:
----------------------------------
Summary: Handling of binary odbc parameters needs improved (was: Handling of binary
odbc parameters needs improvded)
Handling of binary odbc parameters needs improved
-------------------------------------------------
Key: TEIID-3893
URL:
https://issues.jboss.org/browse/TEIID-3893
Project: Teiid
Issue Type: Quality Risk
Components: ODBC
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.4
parameters sent in binary format are just treated as byte arrays. We should us the oids
sent with prepare to convert into the expected values. Clients such as postgresql JDBC
9.2+ expect this handling unless configured to not use binary values.