Details
Description
When use jdbcTemplate.batchUpdate(String[] scripts) if the update breaks an UncategorizedSQLException is thrown.
The UncategorizedSQLException.getSql() does not contains the sql that generate the error but the first scripts[] element.