Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
Operating System: other
Platform: Other
-
32120
Description
SQLExceptions are not handled.
See TODOs in org.apache.commons.dbutils.ResultSetIterator.java
From discussion in COM-1333
I do not think that swallowing the exception would be a good decission, the user
(of DbUtils) should know something went wrong and we should not hide application
bugs and make debugging more difficult.
I would implement this myself if nobody objects.