-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: EXPOSED-625
SchemaUtils.listTables()
retrieves tables for the …
…default schema only `SchemaUtils.listTables()` previously retrieved tables for the default schema only, and if the user created a new schema and created tables in the new schema, these were not shown in the list. This is fixed by invoking `getAllTableNamesCache()` instead of `tableNamesByCurrentSchema` in the `allTablesNames()` function.
- Loading branch information
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters