Bug HHH-8697 Closed seems to be alive in Spring Boot 3.0.4 with Hibernate 6.1.7 I wrote a very simple SQL in a JPA repo and I am wondering that it does not work:
and get the error message:
I have now found out that it is based on the check with NULL and the value is not NULL. That means the upper query works without the error message if value == null. If value != null, the above error message comes. |