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

#3412 Use existing/parent transaction with fetch query on ToMany paths #3415

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Jun 7, 2024

Fix such that LoadManyRequest uses the parent requests transaction rather than obtain a new read only transaction to perform the fetch query.

Fix such that LoadManyRequest uses the parent requests transaction rather
than obtain a new read only transaction to perform the fetch query.
@rbygrave rbygrave added the bug label Jun 7, 2024
@rbygrave rbygrave added this to the 14.3.1 milestone Jun 7, 2024
@rbygrave rbygrave self-assigned this Jun 7, 2024
@rbygrave rbygrave linked an issue Jun 7, 2024 that may be closed by this pull request
…ogic into LoadBeanRequest

Move the query creation, using transaction and configure into LoadBeanRequest. This code then looks more like that of LoadManyRequest.
@rbygrave rbygrave merged commit 7b2128b into master Jun 7, 2024
1 check passed
@rbygrave rbygrave deleted the feature/3412 branch June 7, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race condition EBean 14
1 participant