Skip to content

Commit

Permalink
Merge branch 'v2.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
weiye committed Jul 9, 2020
2 parents 8be1dae + 298c2c9 commit a59d8a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public static SqlServerDatabaseMeta getInstance() {
return single;
}

/*@Override
public String getSQLQueryTables(String... args) {
@Override
public String getSQLQueryTables() {
return "SELECT Name FROM SysObjects Where XType='U' ORDER BY Name";
}*/
}

@Override
public String getSQLQueryTables(String... tableSchema) {
Expand Down

0 comments on commit a59d8a3

Please sign in to comment.