Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: a65579e268bb12a1411f157b42317236a021c48f
https://github.com/hibernate/hibernate-orm/commit/a65579e268bb12a1411f157...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/polymorphic/PolymorphicQueriesTest.java
Log Message:
-----------
HHH-15718 Add test for issue
Commit: 6f0a631917ff9338f5af144513ea6ab4e065044b
https://github.com/hibernate/hibernate-orm/commit/6f0a631917ff9338f5af144...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/hql/internal/QuerySplitter.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/tree/domain/SqmPolymorphicRootDescriptor.java
Log Message:
-----------
HHH-15718 Polymorphic queries with condition do not work
Compare:
https://github.com/hibernate/hibernate-orm/compare/98458b31f732...6f0a631...