Subject | RE: [firebird-support] Disable trigger? |
---|---|
Author | Paul Lopez |
Post date | 2011-03-15T07:49:57Z |
I would not recommend disabling triggers as you would have un-desired side effects of other transactions/connections having the trigger disabled.
I would instead consider using some other method of bypassing logic in triggers, possibly using session variables.
I would instead consider using some other method of bypassing logic in triggers, possibly using session variables.