dbsrgits / sql-translator

SQL::Translator (SQLFairy)
http://sqlfairy.sourceforge.net/
82 stars 91 forks source link

improve parsing of CREATE VIEW statements with SQL::Translator::Parse… #128

Open reneeb opened 4 years ago

reneeb commented 4 years ago

…r::MySQL

Currently the module supports only simple views like 'CREATE VIEW view1 AS SELECT ... FROM table', but not more complex statments that may contain 'JOIN's. Furthermore the used tables aren't reported. This commit fixes those issues.