Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 38aa92a1704617010bdbacf7f93ae20b73d995d8
https://github.com/hibernate/hibernate-orm/commit/38aa92a1704617010bdbacf...
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: f14f3702c642087c20dea298a5f7f2a312fdfd1b
https://github.com/hibernate/hibernate-orm/commit/f14f3702c642087c20dea29...
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/e3596b6297ec...f14f370...