Closed pietermartin closed 4 years ago
Currently when a connection goes bad the commit/rollback fails and subsequently the close is not being called. Need to move the close to a finally block.
close
Currently when a connection goes bad the commit/rollback fails and subsequently the
close
is not being called. Need to move theclose
to a finally block.