Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5f50e1e919276a39b466023045f0daf793e44cd7
https://github.com/hibernate/hibernate-orm/commit/5f50e1e919276a39b466023...
Author: Brian Peterson <BPeterson(a)deltadentalwi.com>
Date: 2016-10-11 (Tue, 11 Oct 2016)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/DB2400Dialect.java
Log Message:
-----------
HHH-10489 : DB2400Dialect could use the same LimitHandler as DB2Dialect
HHH-11150 : DB2 on AS400 (DB2400 Dialect) fails to paginate.
Leveraged code from the DB2 Dialect and placed in DB2400Dialect. This was then tested on
an AS400 successfully.