eclipse-edc / Connector

EDC core services including data plane and control plane
Apache License 2.0
288 stars 240 forks source link

Support `>`, `<=` and `>=` operators for store queries #4635

Open ndr-brt opened 4 days ago

ndr-brt commented 4 days ago

Feature Request

In this PR we had to add the support for the < operator, so it would be good to support also >, <= and >= as well.

Both for in memory and for Postgresql operations.

Which Areas Would Be Affected?

e.g., DPF, CI, build, transfer, etc.

Why Is the Feature Desired?

Are there any requirements?

Solution Proposal

If possible, provide a (brief!) solution proposal.

jimmarino commented 4 days ago

@ndr-brt It may be worth refining the title a bit to say this is for db predicates so the release notes are clear.