Subject Re: [firebird-support] trigger before update column name
Author Anderson Farias
Hi,

> if (new.column1 is distinct from old.column1) then {... if true, column1
> was
> modified ...}

Forget to say that "IS DISTINCT FROM" is implemented on FB 2+ only.

For FB <2 it's a little harder, you must test for [in]equality and nulls


Regards,
Anderson Farias