Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6a8d0bf801facc0343721f3f204f608940813096
https://github.com/hibernate/hibernate-orm/commit/6a8d0bf801facc0343721f3...
Author: gavinking <gavin(a)ceylon-lang.org>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/pagination/LimitHandler.java
Log Message:
-----------
Fix grammar
Commit: 294f16f73d9502ed13d0f33a37980b172d85a34c
https://github.com/hibernate/hibernate-orm/commit/294f16f73d9502ed13d0f33...
Author: gavinking <gavin(a)ceylon-lang.org>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M hibernate-core/src/test/java/org/hibernate/dialect/DB2390DialectTestCase.java
R hibernate-core/src/test/java/org/hibernate/dialect/LegacyLimitHandlerTestCase.java
Log Message:
-----------
hibernate.legacy_limit_handler no longer has any effect
Therefore:
- mark USE_LEGACY_LIMIT_HANDLERS deprecated
- delete the tests for this workaround (which were broken anyway)
Compare:
https://github.com/hibernate/hibernate-orm/compare/2175aea8adfe...294f16f...