CocoaMysql fails adding a row if I set it to NOT NULL
without specifying a default value. I don't want a
default value - it should fail runtime if the
application does not provide a value.
I agree with 'nobody'. Check your MySQL documentation and tutorials, and in
particular look at the MySQL gotchas page: http://sql-info.de/mysql/gotchas.html .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
If this is a bug, is it in MySQL or in CocoaMySQL, e.g.
http://www.phpbuilder.com/board/showthread.php?t=10311638
?
Logged In: NO
I agree with 'nobody'. Check your MySQL documentation and tutorials, and in
particular look at the MySQL gotchas page:
http://sql-info.de/mysql/gotchas.html .