Re: [firebird-support] Default column value not applied

2013-04-18 Thread Ivan Přenosil
> I get the error 'validation error for column DISCOUNTED, value > "***null***"At procedure ...' > The column definition is > DISCOUNTED D_BOOLEAN DEFAULT 'N' NOT NULL > So why wouldn't its value be set to N when I insert in to the table? Is > it because I'm explicitly trying to insert NULL f

[firebird-support] Default column value not applied

2013-04-18 Thread Rick Debay
I get the error 'validation error for column DISCOUNTED, value "***null***"At procedure ...' The column definition is DISCOUNTED D_BOOLEAN DEFAULT 'N' NOT NULL So why wouldn't its value be set to N when I insert in to the table? Is it because I'm explicitly trying to insert NULL for the column?