[teiid-issues] [JBoss JIRA] (TEIID-4052) Dynamic SQL exception should include evaluated sql

Steven Hawkins (JIRA) issues at jboss.org
Wed Mar 9 14:50:00 EST 2016


Steven Hawkins created TEIID-4052:
-------------------------------------

             Summary: Dynamic SQL exception should include evaluated sql
                 Key: TEIID-4052
                 URL: https://issues.jboss.org/browse/TEIID-4052
             Project: Teiid
          Issue Type: Quality Risk
          Components: Query Engine
    Affects Versions: 8.7
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 9.0, 8.12.5, 8.13.2


When dynamic sql fails to plan correctly the exception message is simply re-displaying the expression form of the sql, rather than the evaluated form:

TEIID30168 Couldn't execute the dynamic SQL command "EXECUTE IMMEDIATE x" with the SQL statement "x" due to: ...

Should be the evaluated value of x, such as:

statement "select something that doesn't work"



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


More information about the teiid-issues mailing list