mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
grammar: Jump over column definitions after parsing them
This commit is contained in:
@@ -432,6 +432,9 @@ Table CreateTableWalker::table()
|
||||
parsecolumn(tab, column->getFirstChild());
|
||||
column = column->getNextSibling(); //COMMA or RPAREN
|
||||
column = column->getNextSibling(); //null or tableconstraint
|
||||
|
||||
s = s->getNextSibling(); // COLUMNDEF
|
||||
s = s->getNextSibling(); // COMMA or RPAREN
|
||||
}
|
||||
|
||||
// now we are finished or it is a tableconstraint
|
||||
|
||||
Reference in New Issue
Block a user