chucknorris / roundhouse

RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
http://projectroundhouse.org
917 stars 249 forks source link

ReliableSqlConnection holds connections open #368

Closed BlythMeister closed 5 years ago

BlythMeister commented 5 years ago

The ReliableSqlConnection will never close the connection...even when it should.

BlythMeister commented 5 years ago

i am working on a PR to fix this.

BlythMeister commented 5 years ago

This was my bad, nothing to see here....

erikbra commented 5 years ago

OK, so you actually meant to abandon the PR?

BlythMeister commented 5 years ago

Yeah, I misread the code...it was something else holding connection in my code 🤣

erikbra commented 5 years ago

It happens. A lot. To everyone ;)