[teiid-issues] [JBoss JIRA] (TEIID-4376) EXECUTE IMMEDIATE should accept clob

Steven Hawkins (JIRA) issues at jboss.org
Wed Aug 10 10:02:00 EDT 2016


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

Steven Hawkins resolved TEIID-4376.
-----------------------------------
    Resolution: Done


Updated to accept a clob, but with a length restriction as we don't want to introduce memory issues on long clobs.  The max length is 2^18 characters and could be made into a configuration parameter if needed.

> EXECUTE IMMEDIATE should accept clob
> ------------------------------------
>
>                 Key: TEIID-4376
>                 URL: https://issues.jboss.org/browse/TEIID-4376
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 9.1
>
>
> Restricting execute immediate to string prevents longer queries from executing.  This should be relaxed to clob, since we don't have an intermediate character type.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list