[teiid-issues] [JBoss JIRA] (TEIID-4235) dynamic sql recursion check not valid after caught exception

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Aug 24 09:06:00 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283644#comment-13283644 ] 

RH Bugzilla Integration commented on TEIID-4235:
------------------------------------------------

Andrej Smigala <asmigala at redhat.com> changed the Status of [bug 1341654|https://bugzilla.redhat.com/show_bug.cgi?id=1341654] from ON_QA to VERIFIED

> dynamic sql recursion check not valid after caught exception
> ------------------------------------------------------------
>
>                 Key: TEIID-4235
>                 URL: https://issues.jboss.org/browse/TEIID-4235
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 8.7
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 9.0, 8.12.5, 8.13.5
>
>
> With a procedure like:
> begin
>   execute immediate
> exception e
>   ...
> execute immediate ...
> An exception on the second execute immediate will be seen like:
> org.teiid.api.exception.query.QueryProcessingException: TEIID30168 Couldn't execute the dynamic SQL command "EXECUTE IMMEDIATE ..." due to: TEIID30347 There is a recursive invocation of group 'proc'. Please correct the SQL.
> Even when the dynamic sql does not re-invoke the proc.  The issue is that when catching the initial exception thrown doesn't clear the entry from the recursion stack.



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


More information about the teiid-issues mailing list