[teiid-issues] [JBoss JIRA] (TEIID-2317) Primitive byte and char arrays always converted to binary/clob representation

Stanley Roberts (JIRA) jira-events at lists.jboss.org
Mon Dec 3 15:00:22 EST 2012


Stanley Roberts created TEIID-2317:
--------------------------------------

             Summary: Primitive byte and char arrays always converted to binary/clob representation
                 Key: TEIID-2317
                 URL: https://issues.jboss.org/browse/TEIID-2317
             Project: Teiid
          Issue Type: Enhancement
          Components: Connector API
    Affects Versions: 8.2
         Environment: Windows 7 x64
            Reporter: Stanley Roberts
            Assignee: Steven Hawkins


Teiid automatically converts char[] and byte[] to binary/clob representations as there are many cases where drivers return these values.  That conversion is taking place however without consulting the target type.  It would probably be better to delay this conversion for char[]/byte[] instances until an explicit cast is performed. 

--
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