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
Remove the BeginTransaction, CommitTransaction, and AbortTransaction methods
from the cspann.Store interface. These methods are superseded by the
RunTransaction method. Fix up all test usages of any of these methods to
use a new commontest.RunTransaction helper function.
Epic: CRDB-42943
Release note: None
0 commit comments