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
For some reason, we send PRAGMA read_uncommittedevery time we begin a transaction. IIRC, we shouldn't need to send it with IsolationLevel.Unspecified (the default). I suspect this was inadvertently changed as part of #20786
For some reason, we send
PRAGMA read_uncommittedevery time we begin a transaction. IIRC, we shouldn't need to send it with IsolationLevel.Unspecified (the default). I suspect this was inadvertently changed as part of #20786