graphql-filter-java icon indicating copy to clipboard operation
graphql-filter-java copied to clipboard

FilterExpression doesn't work with LocalDateTime values

Open pinheirosam opened this issue 2 years ago • 2 comments

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);

pinheirosam avatar Feb 08 '23 17:02 pinheirosam

Is it still open?

PrabhatUpadhyay1 avatar Oct 12 '23 19:10 PrabhatUpadhyay1

@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

pinheirosam avatar Oct 16 '23 19:10 pinheirosam