mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Fixed typos.
This commit is contained in:
parent
23f3cc8656
commit
4ec2700475
@ -69,8 +69,8 @@ Universal triggers (FB 1.5)
|
||||
although they have the same semantics and will be executed exactly the same way.
|
||||
3. In multiple-action triggers both OLD and NEW contexts are available. If the
|
||||
trigger invocation forbids one of them (e.g. OLD context for INSERT operation),
|
||||
then all fields of that context will eveluate to NULL. If you assign to
|
||||
unproper context, runtime exception will be thrown.
|
||||
then all fields of that context will evaluate to NULL. If you assign to
|
||||
improper context, runtime exception will be thrown.
|
||||
4. You may use new context variables INSERTING/UPDATING/DELETING to check the
|
||||
operation type at runtime.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user