odbc still commits with disableLocalTxn
---------------------------------------
Key: TEIID-3049
URL:
https://issues.jboss.org/browse/TEIID-3049
Project: Teiid
Issue Type: Bug
Components: ODBC
Affects Versions: 8.8
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9, 7.7.11
With TEIID-2945 disableLocalTxn is now valid against odbc, but it is using an asynch
invocation to commit which is not aware of disableLocalTxn which results in an exception
that a transaction for the given session cannot be found.