]
Steven Hawkins updated TEIID-4289:
----------------------------------
Fix Version/s: 9.1
Add transaction command support for syntax BEGIN/ROLLBACK/COMMIT
WORK
---------------------------------------------------------------------
Key: TEIID-4289
URL:
https://issues.jboss.org/browse/TEIID-4289
Project: Teiid
Issue Type: Feature Request
Affects Versions: 8.7.6.6_2
Reporter: Marc Shirley
Assignee: Steven Hawkins
Fix For: 9.1
This request appears to be an expansion of TEIID-1701 to add syntax like the below as an
alias for transactional commands. This would be in line to make commands portable from
other vendor DBs such as PostgreSQL/SQL Server/DB2/MySQL.
BEGIN WORK
ROLLBACK WORK
COMMIT WORK