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

ECSqlReader can see uncommitted changes on primary connection. #1012

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

khanaffan
Copy link
Contributor

itwinjs-core: iTwin/itwinjs-core#7740

Editing application need to read changes as present on primary connection. ECSqlReader uses concurrent queries to read data which uses separate connection which does not see current changes on primary db.

This can be solved with usePrimaryConn option but we lose the concurrency in doing so.

An alternative method is to use PRAGMA read_uncommitted=1 which only works if shared cache is on. So, this PR enables read_uncommitted from concurrent query and enables shared cache by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant