pietermartin / sqlg

TinkerPop graph over sql
MIT License
246 stars 51 forks source link

The connection is not being closed on bad connections #385

Closed pietermartin closed 4 years ago

pietermartin commented 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.