Fixed
Details
Assignee
UnassignedUnassignedReporter
yuichi sugimurayuichi sugimuraComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
yuichi sugimura
yuichi sugimuraComponents
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
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.