Subject Re: [firebird-support] Concurrent transactions
Author Elmar Haneke
> nothing is locked. Firebird is multi-generational. A new version of the
> record is created on update and is not visible to concurrent transactions
> until the transaction in qestion is committed.
> We don't lock anything by default.

But, the outdated record is locked to readonly, you cannot edit it twice.

Elmar