]
Ramesh Reddy resolved TEIID-4596.
---------------------------------
Fix Version/s: 9.2
Resolution: Done
Teiid does not return genereted keys after executeBatch
-------------------------------------------------------
Key: TEIID-4596
URL:
https://issues.jboss.org/browse/TEIID-4596
Project: Teiid
Issue Type: Enhancement
Components: Documentation
Reporter: Juraj DurĂ¡ni
Assignee: Ramesh Reddy
Priority: Minor
Fix For: 9.2
Currently, Teiid does not return genereted keys after inserting value using
PreparedStatement.executeBatch() method. JDBC
([
4.1|http://download.oracle.com/otndocs/jcp/jdbc-4_1-mrel-spec/index.html]) does not
require this :
{quote}
It is implementation-defined as to whether _getGeneratedKeys_ will return generated
values after invoking the _executeBatch_ method.
{quote}
However, it would be nice to have this behavior documented -
https://teiid.gitbooks.io/documents/content/client-dev/JDBC_Support.html