make MySQL FK handling more robust
authorRafael Kitover <rkitover@cpan.org>
Tue, 11 Oct 2011 17:33:22 +0000 (13:33 -0400)
committerRafael Kitover <rkitover@cpan.org>
Tue, 11 Oct 2011 17:33:22 +0000 (13:33 -0400)
commit2fa86d8bd9376b6978fc964dabffbb8bff14d697
treecc3d2a73fa1860225b2763dcc1977b5c50440897
parent319016d6969cc51149640556053d12344e530372
make MySQL FK handling more robust

Now handles FKs to schemas not listed in db_schema, and to tables that
don't exist at all.
lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm
lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
t/10_02mysql_common.t