Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5578109fe750a855762a289f39fe0795fa855ba1
https://github.com/hibernate/hibernate-orm/commit/5578109fe750a855762a289...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/CriteriaRecursiveCteCopyTest.java
Log Message:
-----------
HHH-16483 Add test for issue
Commit: c08af7469c361b20e39410ca30dfdd69fa52020c
https://github.com/hibernate/hibernate-orm/commit/c08af7469c361b20e39410c...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/tree/cte/SqmCteStatement.java
Log Message:
-----------
HHH-16483 Delay copying of cte statement definitions to handle recursion
Compare:
https://github.com/hibernate/hibernate-orm/compare/8bd99231a5ca...c08af74...