Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Data.Sqlite: Avoid executing PRAGMA read_uncommitted #25078

Closed
bricelam opened this issue Jun 10, 2021 · 0 comments · Fixed by #25018
Closed

Microsoft.Data.Sqlite: Avoid executing PRAGMA read_uncommitted #25078

bricelam opened this issue Jun 10, 2021 · 0 comments · Fixed by #25018
Assignees
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

Comments

@bricelam
Copy link
Contributor

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 #20786

@bricelam bricelam self-assigned this Jun 10, 2021
@AndriySvyryd AndriySvyryd added this to the 6.0.0 milestone Jun 11, 2021
@bricelam bricelam added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jun 18, 2021
@bricelam bricelam modified the milestones: 6.0.0, 6.0.0-rc1 Aug 12, 2021
@ajcvickers ajcvickers modified the milestones: 6.0.0-rc1, 6.0.0 Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants