Subject | IBO and Firebird transaction isolation |
---|---|
Author | |
Post date | 2017-01-13T01:34:14Z |
I am using IBO 5.7.13.2411 with Firebird 3.01. I've just resolved a problem of my own making involving Transaction isolation levels and realised I need to better understand these.
IBO has transaction isolation levels tiCommitted, tiConcurrency and tiConsistency.
FB has readCommitted, Snapshot and snapshot with table stability.
Am I correct in thinking
tiCommitted = readCommitted,
tiConcurrency = Snapshot and
tiConsistenct = Snapshot with table stability?