Subject: | MySQL set_strict_mode disables dump of table relationships |
Hi,
I've just run into a strange little bug where attempting to dump_to_dir
from a MySQL schema with foreign key constraints (which works fine under
normal circumstances), ignores all of the table relationships if the
connection attribute hashref contains on_connect_call =>
set_strict_mode. This is perl 5.10.1, using DBIx::Class 0.08114 and
MySQL 5.0.86. In case it's of any interest, I'm also using RaiseError =>
1 and AutoCommit => 1 in that attribute hashref.
Thanks,
Tim Rayner