Skip to content

add new methods from H6.3 to control batch/subselect fetching #1747

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

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

gavinking
Copy link
Member

@gavinking gavinking commented Sep 1, 2023

@DavideD what is the status of support for batch fetching and subselect fetching? We do support them both now, is that correct?

@DavideD
Copy link
Member

DavideD commented Sep 4, 2023

Subselect seems to work in Hibernate Reactive 2.0.5.Final (with ORM 6.2.8.Final).
But, it doesn't after the upgrade to Hibernate ORM 6.3.0.Final.
@blafond will look into it soon

The test for batch fetching fails, but this week I'm on PTO. I will try to have look at it when I'm back if the issue is still open.

@gavinking
Copy link
Member Author

OK thanks, so we can put this on ice until the underlying functionality is working, I guess.

@blafond
Copy link
Member

blafond commented Sep 5, 2023

Found the issue with reactive subselect fetch: #1753

@DavideD DavideD linked an issue Sep 15, 2023 that may be closed by this pull request
@DavideD DavideD merged commit a38f45f into hibernate:main Sep 15, 2023
@DavideD
Copy link
Member

DavideD commented Sep 15, 2023

Batch should work now, thanks

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.

Add new methods from H6.3 to control batch/subselect fetching
3 participants