-
Enhancement
-
Resolution: Done
-
Major
-
1.3.0.Beta4
-
None
we should be able to extract more info from SQLException in JdbcItemWriter class. It currently jsut throw any exception during sql execution out, but it looks like some sql-specific info is not included in the standard Throwable print.
For instance,
java.sql.SQLException#getNextException
java.sql.BatchUpdateException#getUpdateCounts
- is related to
-
JBERET-328 Consider throwing more specific exceptions instead of BatchUpdateException in JdbcItemWriter
- Resolved
- links to