]
Steven Hawkins resolved TEIID-4507.
-----------------------------------
Resolution: Done
Updated the server and client handling to ensure backwards / forward fixing.
Array index out of bounds exception with anon procedure and update
count
------------------------------------------------------------------------
Key: TEIID-4507
URL:
https://issues.jboss.org/browse/TEIID-4507
Project: Teiid
Issue Type: Bug
Components: JDBC Driver, Query Engine
Affects Versions: 8.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1, 9.0.5
If an anon procedure block that does not return a result set is executed and
getUpdateCount is called, we'll throw an exception because the update count array will
be empty.