MySQL Forums
Forum List  »  General

Re: What is happening with mySQL?
Posted by: Andrew Gilfrin
Date: June 24, 2005 02:49AM

I'd imagine that the warning is refering to the NULL being placed in a NOT NULL column.

You can view the warning message by running.

SHOW WARNINGS;

Personally I think it's a bit of an oversight that it doesn't actually explicitly show you the warning in the way it does with errors. If it's important enough to warn you about it then it's important enough to show it in full.

Back to the NULL, I think it's just a case of knowing what it does and coding to deal with it. If you think it's a big enough issue that you wouldn't want to use MySQL because of this then thats fine and to some degree I'd understand that point of view.

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Written By
Posted
Re: What is happening with mySQL?
June 24, 2005 02:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.