]
Steven Hawkins resolved TEIID-3394.
-----------------------------------
Resolution: Done
Updated the logic to use a 0 for null.
Null values in oidvector and int2vector should be 0
---------------------------------------------------
Key: TEIID-3394
URL:
https://issues.jboss.org/browse/TEIID-3394
Project: Teiid
Issue Type: Bug
Components: ODBC
Affects Versions: 8.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.11
If an oid or int2 vector has a null value in it our logic will omit that value, which
results in an array out of bounds exception in the pg JDBC client. PostgreSQL will
actually substitute 0 for null values. This can occur in querying pg_proc with a
procedure that has an array argument.