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

Support Single Query Loading for template methods with arbitrary where clauses #1601

Closed
Tracked by #1445
schauder opened this issue Sep 4, 2023 · 0 comments
Closed
Tracked by #1445
Assignees
Labels
in: single-query-loading Everything related to querying aggregates with a single select. type: enhancement A general enhancement

Comments

@schauder
Copy link
Contributor

schauder commented Sep 4, 2023

No description provided.

@schauder schauder added type: enhancement A general enhancement in: single-query-loading Everything related to querying aggregates with a single select. labels Sep 4, 2023
@schauder schauder self-assigned this Sep 4, 2023
schauder added a commit that referenced this issue Sep 18, 2023
The refactoring does not honour the distinction between the default escaper and the like escaper, but since ValueFunctions are only used in the context of LIKE operations I don't see the point.

See #1601
schauder added a commit that referenced this issue Sep 19, 2023
The refactoring does not honour the distinction between the default escaper and the like escaper, but since ValueFunctions are only used in the context of LIKE operations I don't see the point.

See #1601
schauder added a commit that referenced this issue Sep 25, 2023
The refactoring does not honour the distinction between the default escaper and the like escaper, but since ValueFunctions are only used in the context of LIKE operations I don't see the point.

See #1601
@mp911de mp911de linked a pull request Sep 26, 2023 that will close this issue
mp911de pushed a commit that referenced this issue Sep 26, 2023
mp911de pushed a commit that referenced this issue Sep 26, 2023
Simplify ValueFunction mapping. Remove invariants of findBy SQL generation in favor of the Condition-based variant. Reduce visibility. Change return value of AggregateReader to List

See #1601
Original pull request: #1617
mp911de added a commit that referenced this issue Sep 26, 2023
mp911de added a commit that referenced this issue Sep 26, 2023
Simplify type and interface arrangement.

See #1601
Original pull request: #1617
@mp911de mp911de added this to the 3.2 RC1 (2023.1.0) milestone Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: single-query-loading Everything related to querying aggregates with a single select. type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants