DATA-DOG / go-txdb

Immutable transaction isolated sql driver for golang
Other
667 stars 48 forks source link

txDriver.realConn is not closed. #35

Closed KoichiWada closed 4 years ago

KoichiWada commented 4 years ago

In this commit, txDriver.realConn holds a new connection, but it's not closed anywhere.

https://github.com/DATA-DOG/go-txdb/pull/34/commits/c0f89b56ce7b989e36f726f6b97617e5f37ededf

We got Too many connections in our tests with the latest go-txdb.

l3pp4rd commented 4 years ago

Hi, can you submit a PR this was recently introduced, very busy these days