JDBC throwing SQLException instead of BatchUpdateException

Details

Detail name Value
Changelog Number 8373
Type Bug
Status Resolved
Affected Versions EXASOL 6.0.0, Exasol 6.1.0, Exasol 6.2.0
Fix Versions Exasol 7.0.0, Exasol 6.2.3
Resolution Date 2019-10-24

Background

When using the PreparedStatement interface to send data to the server some data related exception can occur. In this case BatchUpdateException should be thrown by the driver.

Problem

Instead of this a regular SQLException is thrown.