Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0750716c879831e304860df26816de8005649b51
https://github.com/hibernate/hibernate-orm/commit/0750716c879831e304860df...
Author: Jonathan Bregler <jonathan.bregler(a)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)