8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00

Fixed typos.

This commit is contained in:
dimitr 2005-12-03 11:09:39 +00:00
parent 23f3cc8656
commit 4ec2700475

View File

@ -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.