intuit / intuit/graphql-filter-java
FilterExpression doesn't work with LocalDateTime values
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 73
- Forks
- 33
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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);`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.