[teiid-issues] [JBoss JIRA] (TEIID-2985) odbc script reader does not handle extra statement delimiters

Steven Hawkins (JIRA) issues at jboss.org
Wed Jun 4 13:14:15 EDT 2014


Steven Hawkins created TEIID-2985:
-------------------------------------

             Summary: odbc script reader does not handle extra statement delimiters
                 Key: TEIID-2985
                 URL: https://issues.jboss.org/browse/TEIID-2985
             Project: Teiid
          Issue Type: Feature Request
          Components: ODBC
    Affects Versions: 7.7
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 8.7.1, 8.8


If sent the block of statements:

BEGIN;declare "SQL_CUR0x1e4ba50" cursor with hold for select * from pg_proc;;fetch 1 in "SQL_CUR0x1e4ba50"

We'll stop processing at the extra ; after the declare.  

In older branches such as 7.7 we'll attempt to process an empty sql statement, which will throw an exception.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the teiid-issues mailing list