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

Enable Query struct to filter contexts other than SQL #934

Closed
jcrossley3 opened this issue Oct 21, 2024 · 0 comments · Fixed by #930
Closed

Enable Query struct to filter contexts other than SQL #934

jcrossley3 opened this issue Oct 21, 2024 · 0 comments · Fixed by #930

Comments

@jcrossley3
Copy link
Contributor

This is mostly to support the analysis module, applying the same query language we use for seaorm conditions to petgraph filters.

@jcrossley3 jcrossley3 self-assigned this Oct 21, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in Trustify Oct 22, 2024
jcrossley3 added a commit to jcrossley3/trustify that referenced this issue Oct 22, 2024
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]>
github-merge-queue bot pushed a commit that referenced this issue Oct 22, 2024
Relates to #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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant