[teiid-issues] [JBoss JIRA] (TEIID-2704) DB2 sql/xml values must be read inline

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Oct 17 14:13:01 EDT 2013


     [ https://issues.jboss.org/browse/TEIID-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-2704.
-----------------------------------

    Resolution: Done


Added xmlserialize to clob for derby retrieval.  And for both db2/derby will call getString to get the value.  This is not ideal, but with our current architecture where the lob copying and other functions are handled at a higher level this is as good as we can do. 
                
> DB2 sql/xml values must be read inline
> --------------------------------------
>
>                 Key: TEIID-2704
>                 URL: https://issues.jboss.org/browse/TEIID-2704
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Connector
>    Affects Versions: 7.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.6
>
>
> With the DB2 9 driver and selecting an xml column.  The resulting DB2Xml instance becomes invalid after the next row of the result is transitioned to.
> We can compensate for this by retrieving the value as a string.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list