Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: d6967ea2cbf02fcd3a0eb219e20aca34e5d65b1f
https://github.com/hibernate/hibernate-orm/commit/d6967ea2cbf02fcd3a0eb21...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/discriminator/associations/OneToManyEagerDiscriminatorTest.java
Log Message:
-----------
HHH-15829 Add test for issue
Commit: 2b3ce400b3c01219c51b9f5e25063568ba3d0653
https://github.com/hibernate/hibernate-orm/commit/2b3ce400b3c01219c51b9f5...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/discriminator/associations/NestedOneToOneDiscriminatorTest.java
Log Message:
-----------
HHH-16037 HHH-16053 Add test for issues
Commit: 1b89defbb6b2f228e8f1f4614fa067cf778beed4
https://github.com/hibernate/hibernate-orm/commit/1b89defbb6b2f228e8f1f46...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/discriminator/associations/OneToManyJoinFetchDiscriminatorTest.java
Log Message:
-----------
HHH-16157 Add test for issue and fix duplicate discriminator conditions in join fetch
queries
Compare:
https://github.com/hibernate/hibernate-orm/compare/e8cba53020e1...1b89def...