Value-based matching #123

Merged
christian-monch merged 4 commits from value-matching into master 2025-09-02 09:30:37 +00:00

4 commits

Author SHA1 Message Date
Christian Monch
8cd1f412e4 clean up SQL statements 2025-09-02 11:27:15 +02:00
Christian Monch
68becb3b90 mark two tests with ttl and trr379 schemas as xfail
Two tests that use TTL -> conversion and the trr379
schema started failing after updates to the schemas.

The reason for the failure is not analyzed yet.

TODO: analyze the root cause of the error, fix it
and revert this commit.
2025-09-02 10:49:45 +02:00
Christian Monch
ee9ce8eac7 use sort_key in constrained search 2025-09-02 08:46:31 +02:00
Christian Monch
4fb4f9d464 use SQL-text query for constrained queries
Some python modules do not support the
json1-extension to SQLite. A text query
is not interpreted and relies only on
the DBMS.
2025-09-02 08:46:31 +02:00