We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b991e4 commit 9c5f52fCopy full SHA for 9c5f52f
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -504,7 +504,6 @@ Statements Statements() #Statements :
504
JAVACODE
505
void error_skipto(int kind) {
506
ParseException e = generateParseException();
507
- System.out.println(e.toString());
508
Token t;
509
do {
510
t = getNextToken();
@@ -1138,6 +1137,7 @@ Table Table() #Table :
1138
1137
1139
{
1140
Table table = new Table(data);
+ linkAST(table,jjtThis);
1141
return table;
1142
}
1143
0 commit comments