Subject: | DROP TABLE does not seem to be supported |
Hi,
I get error messages
"
ERROR (line 35): Invalid statement: Was expecting begin
transaction, or
commit, or drop, or comment, or create
Error: translate: Error with parser 'SQL::Translator::Parser::SQLite':
no results at /usr/local/bin/sqlt-graph line 192.
"
when I try to use SQL files with DROP TABLE statements in them.
Maybe these should just be silently ignored? This would make life much
easier as you would not then have to load the SQL file into a database,
dump it, and then use the output of the dump in SQL-Translator.