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

Fix NullPointerException whith batching inserts #1916

Merged
merged 2 commits into from
May 23, 2024

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented May 22, 2024

Fix #1915
It only happens with identity generation.

@DavideD DavideD force-pushed the 1915-nullpointer branch 2 times, most recently from 27c840d to be5306f Compare May 22, 2024 16:30
DavideD added 2 commits May 22, 2024 20:20
The NullPointerException because the method that converts the
generated id from the database to a ResultSet was not implemented.

We forgot about it because there was no test for identity generation
with batching.
@DavideD DavideD force-pushed the 1915-nullpointer branch from be5306f to 3cb9eeb Compare May 22, 2024 18:20
@DavideD DavideD merged commit 70e126f into hibernate:main May 23, 2024
21 checks passed
@DavideD DavideD deleted the 1915-nullpointer branch May 23, 2024 08:19
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.

NullPointerException with Batching and Identity id generation
1 participant