Pessimistic Locks on Firebird

Description

It seems that " for update" doesn't locks firebird records.
I think we need " for update with lock".
So, the following method is necessary in FirebirdDialect class.

public String getForUpdateString() {
return " for update with lock";
}

InterbaseDirect needs this too? I Don't know about it.

Activity

GavinGMay 2, 2005 at 2:29 AM

thanks, applied this to cvs

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created May 1, 2005 at 4:22 AM
Updated May 2, 2005 at 2:29 AM
Resolved May 2, 2005 at 2:29 AM