Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FilterExpression doesn't work with LocalDateTime values #29

Open
pinheirosam opened this issue Feb 8, 2023 · 2 comments
Open

FilterExpression doesn't work with LocalDateTime values #29

pinheirosam opened this issue Feb 8, 2023 · 2 comments

Comments

@pinheirosam
Copy link

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

@PrabhatUpadhyay1
Copy link

Is it still open?

@pinheirosam
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants