asynch start transaction / rollback throws exception
----------------------------------------------------
Key: TEIID-3889
URL:
https://issues.jboss.org/browse/TEIID-3889
Project: Teiid
Issue Type: Bug
Components: JDBC Driver, Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.4
If a local transaction is requested, but no statements are issued to start it, then a
asynch rollback will go to the server side and throw an exception rather than simply
toggling the autocommit flag.