Dado, I don't know if there's a way to configure this on a per-connection basis, but I do configure my local MySQL server to be super strict so that potential issues are caught during development ASAP.
In my /etc/my.cnf, I have the following settings: http://gist.github.com/23352 MySQL is notorious for having poor data quality controls in place and I find this makes the situation a bit better. Where it would previously be quite permissive, the stuff in the sql-mode section will cause inserts and updates to fail when bad data is received. Dan (dkubb) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
