[hibernate-commits] [hibernate/hibernate-orm] 41fd6b: HHH-13239 - The query hint javax.persistence.lock....

Jonathan Bregler noreply at github.com
Thu Jan 31 08:27:23 EST 2019


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 41fd6b8346e89e059476ccb5f1b418282ebb8c8f
      https://github.com/hibernate/hibernate-orm/commit/41fd6b8346e89e059476ccb5f1b418282ebb8c8f
  Author: Jonathan Bregler <jonathan.bregler at sap.com>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
    R hibernate-core/src/test/java/org/hibernate/boot/model/process/internal/IntegerToVarcharConverter.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/converter/IntegerToVarcharConverter.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/dialect/HANADialectTestCase.java

  Log Message:
  -----------
  HHH-13239 - The query hint javax.persistence.lock.timeout doesn't work correctly on HANA

Convert the lock wait timeout to seconds by dividing the timeout by 1000 (i.e. ignoring the fractions of a second)




More information about the hibernate-commits mailing list