[teiid-issues] [JBoss JIRA] (TEIID-5049) CLOB instead of STRING

Lukáš Svačina (JIRA) issues at jboss.org
Mon Sep 4 07:33:00 EDT 2017


Lukáš Svačina created TEIID-5049:
------------------------------------

             Summary: CLOB instead of STRING
                 Key: TEIID-5049
                 URL: https://issues.jboss.org/browse/TEIID-5049
             Project: Teiid
          Issue Type: Bug
            Reporter: Lukáš Svačina
            Assignee: Steven Hawkins


Postgresql translator should replace source's datatype `text` for `clob` instead of `string(4000)` by default. 

In general teiid should be able to handle any input source without data corruption. So if source's column datatype doesn't fit into string(4000), it should use some kind of unlimited datatype e.g. `clob`.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the teiid-issues mailing list