graphql-filter-java
graphql-filter-java copied to clipboard
FilterExpression doesn't work with LocalDateTime values
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);
Is it still open?
@PrabhatUpadhyay1 Yes. We had to publish our own version of this library to use this locally. But ideally this fix could be merged and released