[teiid-issues] [JBoss JIRA] (TEIID-4243) Use BatchUpdateException

Steven Hawkins (JIRA) issues at jboss.org
Wed Sep 14 14:45:00 EDT 2016


     [ https://issues.jboss.org/browse/TEIID-4243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-4243.
-----------------------------------
    Resolution: Done


Updated the internal and exception handling to support conveying where a batch fails.

> 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)


More information about the teiid-issues mailing list