Details
Description
A rename statement like
RENAME TABLE db1.table1 TO db2.table2
|
will only be partially parsed, because the parser cannot handle a qualified name as the target table. qc_sqlite will also claim incorrectly that the affected tables are db1.table1 and db2.