Steven Hawkins created TEIID-4243:
-------------------------------------
Summary: Use BatchUpdateException
Key: TEIID-4243
URL:
https://issues.jboss.org/browse/TEIID-4243
Project: Teiid
Issue Type: Bug
Components: JDBC Driver, Misc. Connectors, Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1
An invalid early assumption was that the a batched update would typically be performed
atomically - however updates that span non-xa sources violate this assumption. Also a
wrapping transaction is not required by JDBC in auto commit true mode the updates are
still logically performed individually. We need to allow for BatchUpdateException to
convey which updates actually succeeded and were attempted.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)