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:
139
139
<dependency >
140
140
<groupId >com.github.jsqlparser</groupId >
141
141
<artifactId >jsqlparser</artifactId >
142
- <version >1.4 </version >
142
+ <version >2.1 </version >
143
143
</dependency >
144
144
```
145
145
Original file line number Diff line number Diff line change @@ -504,7 +504,6 @@ Statements Statements() #Statements :
504
504
JAVACODE
505
505
void error_skipto(int kind) {
506
506
ParseException e = generateParseException();
507
- System.out.println(e.toString());
508
507
Token t;
509
508
do {
510
509
t = getNextToken();
@@ -1138,6 +1137,7 @@ Table Table() #Table :
1138
1137
1139
1138
{
1140
1139
Table table = new Table(data);
1140
+ linkAST(table,jjtThis);
1141
1141
return table;
1142
1142
}
1143
1143
}
You can’t perform that action at this time.
0 commit comments