File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/jjtree/net/sf/jsqlparser/parser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ And this is the dependency declaration in your pom:
139139<dependency >
140140 <groupId >com.github.jsqlparser</groupId >
141141 <artifactId >jsqlparser</artifactId >
142- <version >1.4 </version >
142+ <version >2.1 </version >
143143</dependency >
144144```
145145
Original file line number Diff line number Diff line change @@ -504,7 +504,6 @@ Statements Statements() #Statements :
504504JAVACODE
505505void error_skipto(int kind) {
506506 ParseException e = generateParseException();
507- System.out.println(e.toString());
508507 Token t;
509508 do {
510509 t = getNextToken();
@@ -1138,6 +1137,7 @@ Table Table() #Table :
11381137
11391138 {
11401139 Table table = new Table(data);
1140+ linkAST(table,jjtThis);
11411141 return table;
11421142 }
11431143}
You can’t perform that action at this time.
0 commit comments