-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19862: fix CriteriaUpdate for converted field #11115
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
Conversation
mbellade
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @tcordel!
|
Looks like the new test is failing on Oracle, probably a reserved keyword. While you're looking into that, would you mind adding some assertions to the tests? We could verify that the attributes are correctly updated after running the criteria update. |
|
I'll check this out. Pipeline was ok locally, I'll change the field name to
prevent this (poor name choice)
Yep 👍 for the test enhancement.
Le lun. 13 oct. 2025, 17:44, Marco Belladelli ***@***.***> a
écrit :
… *mbellade* left a comment (hibernate/hibernate-orm#11115)
<#11115 (comment)>
Looks like the new test is failing on Oracle, probably a reserved keyword.
While you're looking into that, would you mind adding some assertions to
the tests? We could verify that the attributes are correctly updated after
running the criteria update.
—
Reply to this email directly, view it on GitHub
<#11115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOEC35NWHL4RFVF4FEU37KL3XPCFXAVCNFSM6AAAAACJBOL5VOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGOJYGA2TKNJYGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
|
Thanks, now please squash everything to a single commit and we're good to go. |
|
Done, do you have any idea about what is blocking the pipeline ?
Le mar. 14 oct. 2025, 08:47, Marco Belladelli ***@***.***> a
écrit :
… *mbellade* left a comment (hibernate/hibernate-orm#11115)
<#11115 (comment)>
Thanks, now please squash everything to a single commit and we're good to
go.
—
Reply to this email directly, view it on GitHub
<#11115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOEC35N6D6FOHQVDM5QSFML3XSL6LAVCNFSM6AAAAACJBOL5VOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTIMBQGM2DSMZRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
One of the Hibernate maintainers has to approve the pipeline run, I just forgot :) Thanks for the fix! |
[Please describe here what your change is about]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19862