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

Not all tables shown #6

Closed fabi1996 closed 5 years ago

fabi1996 commented 5 years ago

Describe the bug The table-view does not show all tables

To Reproduce Steps to reproduce the behavior: Add database connection and check whether all tables are listed

Expected behavior To see all tables

Environment info (please complete the following information):

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)