On Wed, Dec 19, 2007 at 09:14:45PM -0800, Michael G Schwern wrote: >When there's a SQL compatibility question and MySQL's involved, you can be >sure it's MySQL that's got it wrong. They love to bolt on all sorts of >additional language extensions.
Which is why I have in my sigfile: TRADITIONAL: Make MySQL behave like a "traditional" SQL database system. A simple description of this mode is "give an error instead of a warning" when inserting an incorrect value into a column. -- http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html 'Nuff said. Roger