Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 11012ea2c895ff37fee506b80739d4785a10b0c4
https://github.com/hibernate/hibernate-orm/commit/11012ea2c895ff37fee506b...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/join/JoinWithSingleTableInheritanceTest.java
Log Message:
-----------
HHH-16438 - Add test for issue where left outer joins do not work with single table
polymorphic entities because of the discriminator in the where clause
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: 6b21d436ce291d8a0371ec61ac50a3e74867d97d
https://github.com/hibernate/hibernate-orm/commit/6b21d436ce291d8a0371ec6...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/join/JoinWithSingleTableInheritanceTest.java
Log Message:
-----------
HHH-16438 - fix for issue
- move the discriminator condition from the where clause to the join clause
- add another test to JoinWithSingleTableInheritanceTest
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: 85a636c8569e65e7d3d31aae201c4310a75c8c89
https://github.com/hibernate/hibernate-orm/commit/85a636c8569e65e7d3d31aa...
Author: Jan Schatteman <jrenaat(a)users.noreply.github.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/join/JoinWithSingleTableInheritanceTest.java
Log Message:
-----------
HHH-16438 - Apply some suggestions from Christian's code review
Co-authored-by: Christian Beikov <christian.beikov(a)gmail.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/0674300d87c3...85a636c...