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

Jonathan Bregler noreply at github.com
Thu Jan 31 07:58:21 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 0750716c879831e304860df26816de8005649b51
      https://github.com/hibernate/hibernate-orm/commit/0750716c879831e304860df26816de8005649b51
  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
    A hibernate-core/src/test/java/org/hibernate/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