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
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.