Retrieval of AUTO GENERATED Keys does not work with JDBC Translator
--------------------------------------------------------------------
Key: TEIID-2852
URL:
https://issues.jboss.org/browse/TEIID-2852
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JDBC Connector
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Labels: Alpha3
Fix For: 8.7, 8.4.3
Auto generation of JDBC identity keys not working because the statement that executed the
insert is closed before the the "stmt.getGeneratedKeys()" is called.