grammar: Fix parsing virtual tables

This commit is contained in:
Martin Kleusberg
2017-01-08 16:32:41 +01:00
parent 72b1d8f47e
commit 6740fc4d03

View File

@@ -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;