grammar: Jump over column definitions after parsing them

This commit is contained in:
Martin Kleusberg
2016-08-20 17:26:39 +02:00
parent 89f7286220
commit bb5b976ac3

View File

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