pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The connection is not being closed on bad connections

pietermartin opened this issue · comments

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.