mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
grammar: Fix parsing virtual tables
This commit is contained in:
@@ -491,6 +491,7 @@ Table CreateTableWalker::table()
|
||||
if(is_virtual_table)
|
||||
{
|
||||
s = s->getNextSibling(); // USING
|
||||
s = s->getNextSibling(); // module name
|
||||
tab.setVirtualUsing(concatTextAST(s, true));
|
||||
m_bModifySupported = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user