Subject | Re: [firebird-support] yes they do |
---|---|
Author | Ann W. Harrison |
Post date | 2004-11-30T22:53:28Z |
At 05:23 PM 11/30/2004, GrumpyRain wrote:
unlikely - possible - that it will have gone to disk. The undo
log associated with the trigger will almost certainly run around
the cache fixing things up without anything going to disk.
What you can't do in an after update trigger is change the
values stored in the record. Assigning a different value to
new.<fields> has no effect.
Regards,
Ann
>The before update trigger wouldn't haveIt will have written the update to a page in the cache - it's
>written anything to disk yet, but the after update will have written
>the value then roll it back.
unlikely - possible - that it will have gone to disk. The undo
log associated with the trigger will almost certainly run around
the cache fixing things up without anything going to disk.
What you can't do in an after update trigger is change the
values stored in the record. Assigning a different value to
new.<fields> has no effect.
Regards,
Ann