intuit / intuit/graphql-filter-java

FilterExpression doesn't work with LocalDateTime values

Open
#29 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
73
Forks
33
PR merge metrics
No merged PRs in 30d

Description

When passing in a LocalDateTime, the expression parser needlessly converts into a `Date`

image

image

This makes the filter unusable if you want to convert it to JPA format or SQL using `filterExpression.getExpression(ExpressionFormat.JPA);`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.