]
Steven Hawkins resolved TEIID-4508.
-----------------------------------
Resolution: Done
Normalized the handling.
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
Fix For: 9.1, 9.0.5
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.