]
Steven Hawkins resolved TEIID-5888.
-----------------------------------
Fix Version/s: 13.0.2
Resolution: Done
Added targeted changes to both master and 13.0.2.
Infinispan translator returns wrong update count in some
circumstances
----------------------------------------------------------------------
Key: TEIID-5888
URL:
https://issues.redhat.com/browse/TEIID-5888
Project: Teiid
Issue Type: Bug
Components: Infinispan
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 13.1, 13.0.2
In some nested circumstances the wrong update count is returned. For example in
TestHodrodExecution the update:
UPDATE G4 SET e2 = 'two-2' WHERE e2 = 'two-two' OR e2 =
'one-one'
should return 2, but instead returns 4. This happens both prior to and after the changes
for TEIID-5887.