Subject Re: [firebird-support] Re: The New command in triggers
Author Christian Danner
Hi Milan!

> > or (old.field = new.field)))
...
> > or (NULL = NOTNULL)))
...
> > or (NULL)))

Oh, big fault. I missed, that boolean expressions also may return
NULL. You're absolutely right. Should have known better.

Thanks

Christian