Issues with multiple returnable statements in a procedure
---------------------------------------------------------
Key: TEIID-2631
URL:
https://issues.jboss.org/browse/TEIID-2631
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.2
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.4.1, 8.5
A regression was introduced by TEIID-2226 where any subsequent execution of a returnable
statement in a procedure is effectively ignored:
begin
select ...
select ...
end
would not issue the second select unless all prior statements do not have result sets or
are marked as without return.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: