intuit / intuit/graphql-filter-java
FilterExpression doesn't work with LocalDateTime values
Open
- 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`


This makes the filter unusable if you want to convert it to JPA format or SQL using `filterExpression.getExpression(ExpressionFormat.JPA);`
Contributor guide
Assessment
This issue has not been assessed yet.