Re: Enum Columns

2003-04-01 Thread Stefan Hinz
Ruben, > I has a column defined as > enum not null (percent,absolute) default value percent (in psuedocode) > and I was able to update a record which filled it either with a NULL or > an empty string. > How does this happen? the value should be either percent or absolute, > or the updat

Enum Columns

2003-04-01 Thread Ruben Safir
I has a column defined as enum not null (percent,absolute) default value percent (in psuedocode) and I was able to update a record which filled it either with a NULL or an empty string. How does this happen? the value should be either percent or absolute, or the update should just fail.