forked from hibernate/hibernate-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
HHH-20017 #4
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@OrderColumn is like @MapKeyColumn. It's not supposed to be used on the unowned side of an association.
A native query might need to run a flush operation before it's executed. Hibernate Reactive have to run a reactive flush. By relaxing the scopes of these methods, we can avoid some code duplication.
these could happen when no parameter was registered due to the optimization of lazily initializing the list of parameters
this is sorta useful with SQL result set mappings
mostly just lots of var
…g from previous row
…ong things no idea what this was originally *supposed* to be testing, but that was simply wrong and incorrect
Signed-off-by: Yanming Zhou <[email protected]>
- Added --platform linux/amd64 to postgres(Applied globally) functions for macOS environment. The current postgis images lack ARM64 manifests, requiring amd64 emulation via Rosetta 2. - Fixed a typo in postgresql_18 function referencing the wrong environment variable (_17 -> _18). Signed-off-by: namucy <[email protected]>
this fixes what was I guess probably a sort of regression when the FormatMapper stuff was added
rename methods for clarity
…asedUserType Signed-off-by: Yanming Zhou <[email protected]>
…ignature of AnnotationBasedGenerator and slightly simplify built-in generators
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[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.