Subject | Re: AW: [firebird-support] transaction the hundreth |
---|---|
Author | mark@lawinegevaar.nl |
Post date | 2011-06-10T10:51:47Z |
On Fri, 10 Jun 2011 12:25:25 +0200, André Knappstein, Controlling
<Knappstein@...> wrote:
time when the inserts into child tables B and C have not yet occurred. So
it is to be expected that there is nothing to see.
other uncommitted transactions.
<Knappstein@...> wrote:
> Your trigger runs when the records have been inserted, but the insert isThe trigger runs for every individual INSERT into table A, and that is at a
> not yet committed.
time when the inserts into child tables B and C have not yet occurred. So
it is to be expected that there is nothing to see.
> It is possible to configure transactions to read uncommitted inserts, butIn general a transaction will see its own inserted data, just not that of
> that would be by far too hot to handle for me :)
other uncommitted transactions.