Subject | Re: Trigger nesting level |
---|---|
Author | lacakus |
Post date | 2008-10-21T06:52:45Z |
Dmitry,
do you think, that it is worth, having built-in functionality for
detecting nesting level in triggers or sp ?
(nestlevel system varible for example; AFAIK SQL stand. does not
specify similar functionality)
So trigger can better implement (detect and report) application
logic ... hm ?
-Laco.
do you think, that it is worth, having built-in functionality for
detecting nesting level in triggers or sp ?
(nestlevel system varible for example; AFAIK SQL stand. does not
specify similar functionality)
So trigger can better implement (detect and report) application
logic ... hm ?
-Laco.
> > If infinite loop occurs ... will be rolled back ?
>
> Yes, unless you catch and swallow this exception inside the trigger.
>