Gerry, Good thing that it got fixed on later versions (for 5.x versions and not from the beginning I believe...). However there are still many gotchas which are really obnoxious, like the treatment of NULLs.
mysql> create table example ( id INT NOT NULL, text VARCHAR(10) NOT NULL); Query OK, 0 rows affected (0.02 sec) mysql> insert into example(id) values (5); Query OK, 1 row affected, 1 warning (0.00 sec) mysql> select * from example; +----+------+ | id | text | +----+------+ | 5 | | +----+------+ 1 row in set (0.00 sec) Anyway, I'm not against MySQL support for TinyERP. I only say that in my honest opinion there are quite a few more important issues. Regards, Pedro _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
