Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 17506b7f80f3acb0ab11e94584b62ee288826ff4
https://github.com/hibernate/hibernate-orm/commit/17506b7f80f3acb0ab11e94...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/batchfetch/NestedLazyManyToOneTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/jdbc/SQLStatementInspector.java
Log Message:
-----------
HHH-16043 Add test for issue
Commit: f9b169242a6a5ffbc7a7003563ecc3d9d528abdf
https://github.com/hibernate/hibernate-orm/commit/f9b169242a6a5ffbc7a7003...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/loader/ast/internal/CollectionLoaderBatchKey.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/batchfetch/NestedLazyManyToOneTest.java
Log Message:
-----------
HHH-16043 Correct single ID and init empty for batch collection loading
Compare:
https://github.com/hibernate/hibernate-orm/compare/2d7774b9ab93...f9b1692...