[teiid-issues] [JBoss JIRA] (TEIID-3394) Null values in oidvector and int2vector should be 0

Steven Hawkins (JIRA) issues at jboss.org
Thu Mar 19 14:55:18 EDT 2015


Steven Hawkins created TEIID-3394:
-------------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the teiid-issues mailing list