Open ndr-brt opened 4 days ago
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.
e.g., DPF, CI, build, transfer, etc.
Are there any requirements?
If possible, provide a (brief!) solution proposal.
@ndr-brt It may be worth refining the title a bit to say this is for db predicates so the release notes are clear.
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.