-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
HHH-17764 checking / instantiation of result type for queries with single selection item #7874
Merged
Conversation
This file contains 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
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
gavinking
force-pushed
the
single-item-instantiation
branch
9 times, most recently
from
February 21, 2024 09:20
6f3459c
to
77f7d68
Compare
- allow single-item auto-instantiation - check the type of the selection item against the given result type
gavinking
force-pushed
the
single-item-instantiation
branch
from
February 21, 2024 10:54
77f7d68
to
24f6e7e
Compare
gavinking
changed the title
experiment with allowing single-item auto-instantiation
HHH-17764 checking / instantiation of result type for queries with single selection item
Feb 21, 2024
FroMage
added a commit
to FroMage/quarkus
that referenced
this pull request
Feb 21, 2024
Problem is that there's a bug in ORM that disallows projections of single columns, but that will be resolved by hibernate/hibernate-orm#7874 Fixes quarkusio#31117
FroMage
added a commit
to FroMage/quarkus
that referenced
this pull request
Feb 21, 2024
Problem is that there's a bug in ORM that disallows projections of single columns, but that will be resolved by hibernate/hibernate-orm#7874 Fixes quarkusio#31117
FroMage
added a commit
to FroMage/quarkus
that referenced
this pull request
Feb 21, 2024
Problem is that there's a bug in ORM that disallows projections of single columns, but that will be resolved by hibernate/hibernate-orm#7874 Fixes quarkusio#31117
FroMage
added a commit
to FroMage/quarkus
that referenced
this pull request
Jun 5, 2024
Problem is that there's a bug in ORM that disallows projections of single columns, but that will be resolved by hibernate/hibernate-orm#7874 Fixes quarkusio#31117
FroMage
added a commit
to FroMage/quarkus
that referenced
this pull request
Jun 7, 2024
Problem is that there's a bug in ORM that disallows projections of single columns, but that will be resolved by hibernate/hibernate-orm#7874 Fixes quarkusio#31117
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this pull request
Jul 31, 2024
Problem is that there's a bug in ORM that disallows projections of single columns, but that will be resolved by hibernate/hibernate-orm#7874 Fixes quarkusio#31117
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this pull request
Sep 20, 2024
Problem is that there's a bug in ORM that disallows projections of single columns, but that will be resolved by hibernate/hibernate-orm#7874 Fixes quarkusio#31117
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.
https://hibernate.atlassian.net/browse/HHH-17764