dbtrigger

DISABLE TRIGGERS used - investigate

Rule "dbtrigger" gives this warning when it finds a DISABLE TRIGGERS statement.

the risc:

Schema triggers are defined to guarantee data consistency and are part of the data model.
An application should (normally) have no reasons to disable schema triggers, although some exceptions
are probably valid. Anyway, the use of DISABLE TRIGGERS is considered a red flag that needs to be reviewed.

How to suppress these warnings:

You can put directive {&_proparse_ prolint-nowarn(dbtrigger)} directly before
the DISABLE statement.
See also: suppress warnings.