You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#24 Added new manual disposal overloads to SqlProgram. If you provide a lambda that takes an IDisposable parameter, then you can dispose the resources manually by calling Dispose() on the supplied object.
Disposal occurs automatically once command timeout +1s has elapsed, making it less likely for resource leaks to occur.
Also added an overload to the constructor of CloseableStream to accept an IDisposable directly.
Tests have been updated, as have Test databases.
0 commit comments