Fix handling of views in MySQL DBI parser
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 24 Jul 2014 16:34:54 +0000 (17:34 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 24 Jul 2014 16:35:11 +0000 (17:35 +0100)
commit15128a246c63476afc397fda99064e3b450ee73a
tree2a5ab6d0eb2f015f82eb526314539e8a780d7a88
parent20ca8e38397ebb9b1bf0fb87928c9aacc3fd69dc
Fix handling of views in MySQL DBI parser

SHOW TABLES and SHOW CREATE TABLE return views too, and Parser::MySQL
handles them just fine, so just pass them on.
Changes
lib/SQL/Translator/Parser/DBI/MySQL.pm