chucknorris / roundhouse

RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control

Home Page:http://projectroundhouse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: Transactions not working with restore

ferventcoder opened this issue · comments

This is due to the bug with SQL Server that tries to reuse connections that are being or have been deconstructed in the pool.

Finally! Fixed in cf9ebbd