Support query filters matching list values in generic and mapped tables - #271
Open
pavelhoral wants to merge 5 commits into
Open
Support query filters matching list values in generic and mapped tables#271pavelhoral wants to merge 5 commits into
pavelhoral wants to merge 5 commits into
Conversation
pavelhoral
force-pushed
the
json-filter-support
branch
from
May 24, 2026 17:25
fb9d456 to
c894474
Compare
pavelhoral
force-pushed
the
json-filter-support
branch
5 times, most recently
from
May 25, 2026 12:21
fedba2c to
0b8d92d
Compare
pavelhoral
force-pushed
the
json-filter-support
branch
from
May 25, 2026 15:54
0b8d92d to
c37d643
Compare
|
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
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.


PR adds support for query filters matching list values as defined in the QueryFilter contract (#167) and adds support for JSON based queries on mapped tables in PostgreSQL database.
/foo/0) and the other for parent property pointer (e.g./foo). This forced switching generic table queries from using JOINs to using subqueries withEXISTS (...)clause.JsonFieldFilterVisitoris using standard SQL/JSON functions which is AFAIK being supported by Oracle and DB2 (from the list of databases supported by Wren:IDM).Data migration for preexisting installations:
This PR replaces #268.