Subject | Re: [firebird-support] trigger before update column name |
---|---|
Author | Anderson Farias |
Post date | 2009-04-06T15:13:25Z |
Hi,
For FB <2 it's a little harder, you must test for [in]equality and nulls
Regards,
Anderson Farias
> if (new.column1 is distinct from old.column1) then {... if true, column1Forget to say that "IS DISTINCT FROM" is implemented on FB 2+ only.
> was
> modified ...}
For FB <2 it's a little harder, you must test for [in]equality and nulls
Regards,
Anderson Farias