Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6a659a7f32bed5859269580fe91ca874553f62ee
https://github.com/hibernate/hibernate-orm/commit/6a659a7f32bed5859269580...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/query/LeftJoinNullnessPredicateQueryTest.java
Log Message:
-----------
HHH-16505 Add test for issue
Commit: a7e3c8c7e913711d50d379165f3ba16c7801523e
https://github.com/hibernate/hibernate-orm/commit/a7e3c8c7e913711d50d3791...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
Log Message:
-----------
HHH-16505 Avoid using the FK for left joins with condition
Compare:
https://github.com/hibernate/hibernate-orm/compare/dcbbd289262e...a7e3c8c...