Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: b8ca38ea87cd99f7fea06a2957dffdd44abf85d5
https://github.com/hibernate/hibernate-orm/commit/b8ca38ea87cd99f7fea06a2...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/hql/DeleteWhereFunctionCallTest.java
Log Message:
-----------
HHH-16897 Add a test case to reproduce the issue
Commit: 00e4086b50fc2412ebeb9c6abe7179c7235e03fa
https://github.com/hibernate/hibernate-orm/commit/00e4086b50fc2412ebeb9c6...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/MultiTableSqmMutationConverter.java
Log Message:
-----------
HHH-16897 Push a where clause to stack before combining predicates
Compare:
https://github.com/hibernate/hibernate-orm/compare/3b3ed55e5a0b...00e4086...