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 bce1290 commit 877ea2cCopy full SHA for 877ea2c
src/test/java/net/sf/jsqlparser/test/tablesfinder/TablesNamesFinder.java
@@ -86,7 +86,7 @@ public void visit(PlainSelect plainSelect) {
86
public void visit(Table tableName) {
87
String tableWholeName = tableName.getWholeTableName();
88
tables.add(tableWholeName);
89
- }
+ }
90
91
public void visit(SubSelect subSelect) {
92
subSelect.getSelectBody().accept(this);
0 commit comments