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
Fix destructor of PooledTransaction calling close() instead of the internal release callback. This had the side-effect of potentially committing a destroyed transaction, which was certainly not the intended behavior of a destructor.