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

Flesh out the eq/ord impls for dates more intuitively #935

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

jcrossley3
Copy link
Contributor

@jcrossley3 jcrossley3 commented Oct 22, 2024

Relates to #934

We resolve dates or times relative to the missing complement in the field's OffsetDateTime value, essentially allowing one to easily filter on naive dates and times.

We also enable the LIKE operator for Dates, such that published~2021 would work, for example.

Relates to trustification#934

We resolve dates or times relative to the missing complement in the
fields OffsetDateTime value, essentially allowing one to easily filter
on naive dates and times.

We also enable the LIKE operator for Dates, such that `published~2021`
would work, for example.

Signed-off-by: Jim Crossley <[email protected]>
@jcrossley3 jcrossley3 added this pull request to the merge queue Oct 22, 2024
Merged via the queue into trustification:main with commit 611ef1f Oct 22, 2024
4 checks passed
@jcrossley3 jcrossley3 deleted the 934 branch October 22, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants