Pedro,
  And I"m going to debunk this assertion as well.

Again look here:

mysql> set SQL_MODE='STRICT_ALL_TABLES';
Query OK, 0 rows affected (0.00 sec)

mysql> create table example ( id INT NOT NULL, text VARCHAR(10) NOT 
NULL);
Query OK, 0 rows affected (0.05 sec)

mysql> insert into example(id) values (5);
ERROR 1364 (HY000): Field 'text' doesn't have a default value


You keep pointing to problems that were long long in the past as though they 
were current.  That is misrepresentation.  I'm sure I could dig up many old 
postgresql problems to harp on but do you see me doing that?

Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to