graphql-filter-java
graphql-filter-java copied to clipboard
Add null equality to EQ JPA expression visitor
1. Issue Link: https://github.com/intuit/graphql-filter-java/issues/23
2. Brief explanation of a change:
Instead of assuming all values of eq to use criteriaBuilder.equal, if the value is null, we want to use criteriaBuilder.isNull instead to create the right specification.
3. Will it break existing clients and code in production? No
@jaiswalsk would you be able to review this PR?
Thank you @tinawu0603 for the pull request. I will review this and share my feedback soon! Thanks.
@jaiswalsk Do you have an update for this PR? 🙏