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
Because tSQLt rolls back its own transaction, it will also roll back any transaction opened before it is called. This might be confusing.
The proposal is to throw an error immediately if any run method is called and there is an open transaction. This will require an override setting to allow for basically all tSQLt build tests to run.