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

Add support for subqueries for the Criteria-based filtering service #715

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

arteymix
Copy link
Member

@arteymix arteymix commented Jun 5, 2023

This is the implementation of #714 for the Criteria-based API.

There's a bug I just can't figure out: no jointures are created in the subquery despites being declared with createAlias.

It's not super urgent for the 1.30 since the affected filters only involve HQL-based services.

@arteymix arteymix marked this pull request as draft June 5, 2023 23:37
@arteymix arteymix force-pushed the feature-filters-with-subqueries-criteria-api branch from c6ad099 to b711919 Compare June 5, 2023 23:43
Base automatically changed from feature-filters-with-subqueries to development June 6, 2023 17:23
@arteymix arteymix force-pushed the feature-filters-with-subqueries-criteria-api branch from e0759e2 to 83912d4 Compare June 6, 2023 18:30
@arteymix arteymix self-assigned this Jun 6, 2023
@arteymix arteymix added this to the 1.31.0 milestone Jun 6, 2023
@arteymix arteymix force-pushed the development branch 2 times, most recently from 84692c7 to e0ec3da Compare December 4, 2023 19:58
@arteymix arteymix modified the milestones: 1.31.0, 1.32.0 Dec 5, 2023
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.

Clauses involving one-to-many relations in a filter require separate jointures or a subqueries
1 participant