Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: f77067b1b3d413c1bdc329bec2730bef0bfa28ad
https://github.com/hibernate/hibernate-orm/commit/f77067b1b3d413c1bdc329b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-06-25 (Sun, 25 Jun 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/JavaTypeHelper.java
M
hibernate-core/src/main/java/org/hibernate/type/format/jaxb/JaxbXmlFormatMapper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/BulkManipulationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/pagination/DistinctSelectTest.java
Log Message:
-----------
HHH-16843 fix interpretation of 'value = null' in HQL
the previous implementation was not compliant with the
JPA spec and defied logic