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

Remove redundant collection BeforeAssemble call from query cache #3410

Merged
merged 5 commits into from
Aug 16, 2023

Conversation

bahusoid
Copy link
Member

Investigated my concern. Turns out it's a bit different issue:
Query cache prepares collection elements separately (so collection fetch from query cache worked properly without #3365). So collection BeforeAssemble call can be skipped for query cache processing. There are no ill effects apart from double processing.

@bahusoid bahusoid merged commit fca2fe9 into nhibernate:master Aug 16, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants