Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.5.3.0
-
Low
-
Newcomer
Description
Avoid this pattern everywhere:
}catch(SQLException se)
{ //issue a rollback on any errors conn.rollback(); throw se; }because an error in rollback will shadow the original exception.
Attachments
Attachments
Issue Links
- is required by
-
DERBY-5654 10.5 Backport issue (2012)
- Closed