]
Johnathon Lee updated TEIID-4508:
---------------------------------
Fix Version/s: 8.12.18.6_4
DDL procedure update count not handled correctly
------------------------------------------------
Key: TEIID-4508
URL:
https://issues.jboss.org/browse/TEIID-4508
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 9.1, 9.0.5, 8.12.18.6_4
The handling for procedure.updateCount was based upon the index file logic that
effectively needed to have 1 subtracted from the value. So when ddl specified 2, it was
actually be interpreted as 1. The index metadata workaround needs to be moved and the
rest of the handling needs to be made consistent.