Subject RE: [firebird-support] Re: Generators Associated with a Table
Author Thomas Steinmaurer
> It is quite common to have triggers firing and inserting the PK
> (through a generator) when the column is NULL. If the table is
> designed this way, you could simply drop the PK column from your
> insert, things will get updated and the trigger used.

Yep, but you might get into trouble when doing an data
import with existing RI constraints.


Thomas