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

ORM/HR/Panache: rely on ORM getResultCount #41620

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

FroMage
Copy link
Member

@FroMage FroMage commented Jul 2, 2024

This allows us to not care about which parameters are set on the count query, since order by parameters are ignored by ORM. Which is not the case if we write our own count query.

Fixes #40962

Supercedes #41019

This allows us to not care about which parameters are set on the count
query, since `order by` parameters are ignored by ORM. Which is not
the case if we write our own count query.

Fixes quarkusio#40962
@FroMage
Copy link
Member Author

FroMage commented Oct 18, 2024

Finally, everything is released upstream I can finish this :)

@FroMage FroMage changed the title ORM/Panache: rely on ORM getResultCount ORM/HR/Panache: rely on ORM getResultCount Oct 18, 2024
Copy link

quarkus-bot bot commented Oct 18, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 44a855e.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specifying parameters in sorting will throw an exception
3 participants