Subject Re: [ib-support] Problem with insert without specifing value for DATE
Author Ann W. Harrison
I'm coming into this late, but have a guess. When
you disallow nulls on a particular field, that fact
is recorded in the metadata twice, once as a not null
constraint and once as a not null flag. As database
programmers we all know what happens when something
is stored twice...

Ann