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-4802: Fix setting isolation level in SailRepositoryConnection #4803

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

Conversation

domkun
Copy link
Contributor

@domkun domkun commented Oct 6, 2023

GitHub issue resolved: #4802
Briefly describe the changes proposed in this PR:

Calling super method of AbstractRepositoryConnection sets the isolation level for the SailRepositoryConnection.

I am not sure if this is solved correct. I am pretty new to the RDF4J world.


PR Author Checklist (see the contributor guidelines for more details):

  • my pull request is self-contained
  • I've added tests for the changes I made
  • I've applied code formatting (you can use mvn process-resources to format from the command line)
  • I've squashed my commits where necessary
  • every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change

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.

Isolation level is always null, if queried from the RepositoryConnection
1 participant