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

GH-839 - Check for a read only query hint. #844

Merged
merged 2 commits into from
Sep 14, 2020
Merged

Conversation

michael-simons
Copy link
Collaborator

Allow custom queries to indicate with /*+ OGM READ_ONLY */ that they are read only. This will allow procedure calls to not flush the session and fix #839.

@torstenkuhnhenne please have a look. Thanks.

Allow custom queries to indicate with `/*+ OGM READ_ONLY */` that they are read only. This will allow procedure calls to not flush the session and fix #839.
@michael-simons michael-simons merged commit 0ade2dc into master Sep 14, 2020
@michael-simons michael-simons deleted the issue/839 branch September 14, 2020 09:31
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.

Session cache is cleared to often
1 participant