[hibernate-commits] [hibernate/hibernate-orm] 656c43: HHH-12369 Testcase that ensures the max rows don't...

GitHub noreply at github.com
Wed Mar 7 13:43:44 EST 2018


  Branch: refs/heads/5.2
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 656c43cfed91cf60807e813a456dc29171451212
      https://github.com/hibernate/hibernate-orm/commit/656c43cfed91cf60807e813a456dc29171451212
  Author: Christian Beikov <christian.beikov at gmail.com>
  Date:   2018-03-07 (Wed, 07 Mar 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/dialect/DB2DialectTestCase.java

  Log Message:
  -----------
  HHH-12369 Testcase that ensures the max rows don't overflow


  Commit: 18a2b16889a42be5005c68c442eae0ba170f45df
      https://github.com/hibernate/hibernate-orm/commit/18a2b16889a42be5005c68c442eae0ba170f45df
  Author: Christian Beikov <christian.beikov at gmail.com>
  Date:   2018-03-07 (Wed, 07 Mar 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/pagination/AbstractLimitHandler.java
    M hibernate-core/src/main/java/org/hibernate/dialect/pagination/NoopLimitHandler.java

  Log Message:
  -----------
  HHH-12369 Fix for integer overflow in limit handler when using Integer.MAX_VALUE for maxResults on DB2


Compare: https://github.com/hibernate/hibernate-orm/compare/fdd43ff662f4...18a2b16889a4


More information about the hibernate-commits mailing list