mvitlov / vscode-db-explorer-firebird

Explore and run queries against your Firebird® databases without leaving VS Code.
MIT License
21 stars 11 forks source link

Fix Bug "not all tables shown in table view" #7

Closed fabi1996 closed 5 years ago

fabi1996 commented 5 years ago

Change select

mvitlov commented 5 years ago

The sql select that is currently used works just fine (tested locally on a db with 2000+ tables). It's taken from official Firebird page: FAQ

If not all tables are shown, please change the following extension setting: firebird.maxTablesCount: <number> | Number of tables visible in database tree. (Default is 10)