Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 45c41fa4dd7c658ab954147ae4451ec2b62f54dd
https://github.com/hibernate/hibernate-orm/commit/45c41fa4dd7c658ab954147...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/instantiation/DynamicInstantiationWithJoinAndGroupAndOrderByByTest.java
Log Message:
-----------
HHH-15998 Add test for issue
Commit: 56f2973519d8c2ec40ea6b53e02b8327b3239cbc
https://github.com/hibernate/hibernate-orm/commit/56f2973519d8c2ec40ea6b5...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/instantiation/DynamicInstantiationWithJoinAndGroupByAndParameterTest.java
Log Message:
-----------
HHH-15991 Add test for issue
Commit: aa5e23311efbadac9253c389d2c32a223fe58158
https://github.com/hibernate/hibernate-orm/commit/aa5e23311efbadac9253c38...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
Log Message:
-----------
HHH-15998 Check dynamic instantiation arguments in group by clause
Compare:
https://github.com/hibernate/hibernate-orm/compare/1064577687d2...aa5e233...