Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: d4481989b115d7c7ef2044bd3caeb03f855bc933
https://github.com/hibernate/hibernate-orm/commit/d4481989b115d7c7ef2044b...
Author: Adrodoc <adrodoc55(a)googlemail.com>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/MaxInExpressionParameterPaddingTest.java
Log Message:
-----------
HHH-16589 In clause padding can no longer cause in clauses to exceed
Dialect.getInExpressionCountLimit
Commit: 380962bd374400a84b47ee5d01873ea5c060b357
https://github.com/hibernate/hibernate-orm/commit/380962bd374400a84b47ee5...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/ast/spi/AbstractSqlAstTranslator.java
Log Message:
-----------
HHH-16589 Limit in clause padding to Dialect.getInExpressionCountLimit and fix negated
in predicate splitting
Compare:
https://github.com/hibernate/hibernate-orm/compare/fd661534d718...380962b...