Microsoft.Data.Sqlite: Avoid executing PRAGMA read_uncommitted #25078
Labels
area-adonet-sqlite
area-perf
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
For some reason, we send
PRAGMA read_uncommitted
every 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 #20786The text was updated successfully, but these errors were encountered: