Push table-equality checks into _dbh_table_info
authorAaron Crane <arc@cpan.org>
Sun, 29 Sep 2013 13:11:06 +0000 (14:11 +0100)
committerAaron Crane <arc@cpan.org>
Wed, 23 Oct 2013 13:26:23 +0000 (14:26 +0100)
commit68c6c83f83086611e0c992dbcd09e3a77e0fd7ff
tree169edc75503032d4b0593be06dee27f5eb88d030
parent023596033b27c52ba85a41181004cf960d84fb75
Push table-equality checks into _dbh_table_info

Some DBDs don't support table_info.  Even in those that do, we may need
to iterate over the table_info data to find the entry that exactly
matches the table we want.
lib/DBIx/Class/Schema/Loader/DBI.pm
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm