Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 7af29eacd764845a98ded1f5bca6ec772c724c42
https://github.com/hibernate/hibernate-orm/commit/7af29eacd764845a98ded1f...
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: ac359b6736b580f7f26d6fec0c20d0249fe676db
https://github.com/hibernate/hibernate-orm/commit/ac359b6736b580f7f26d6fe...
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: 68f50c26e72f1dfcf90a12ef3fc3294b43fc5ec2
https://github.com/hibernate/hibernate-orm/commit/68f50c26e72f1dfcf90a12e...
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/1d6951aac3c4...68f50c2...