PostgreSQL81Dialect does not honor the lock timeout settings

Description

When executing an entity query and providing a lock timeout setting:

The Postgres Dialect simply ignores the NOWAIT clause:

This happens because the public String getForUpdateString(String aliases, LockOptions lockOptions) method implementation calls return getForUpdateString( aliases ); instead of return getForUpdateString(String aliases, LockOptions lockOptions);

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created June 3, 2016 at 12:02 PM
Updated June 30, 2016 at 4:22 PM
Resolved June 10, 2016 at 4:39 PM