Subject | Re: problem with "set transaction read committed no wait no record_version" |
---|---|
Author | crizoo4712 |
Post date | 2009-10-09T10:48:04Z |
I just want the 2nd transaction to "overread" pending changes from others (even not the pre-versions). I checked out a lot of combinations of set trans. params. nothing worked. what do I have to do (except for reading documentation what I already did..)
regards, Christoph
regards, Christoph
--- In firebird-support@yahoogroups.com, Dimitry Sibiryakov <sd@...> wrote:
>
> > OK, the record with id 10104 isn't already committed, but the second session should just "overread" it, shouldn't it?
>
> No, because you said NO_RECORD_VERSION. If you had said
> RECORD_VERSION, everything would be fine.
>
> SY, SD.
>