in reply to Re: Re: NULL and placeholders
in thread NULL and placeholders

Yes someone else pointed me to that little problem as well on the mason-users mailing list. Someone also mentioned a little bit about the problem I am having. Unless the value is explicitly defined as undef MySQL will automatically interpret it as foo varchar(50) NOT NULL default ''. It was also said that this behaviour cannot be changed in MySQL.