mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.48k stars 296 forks source link

Cannot input table in command palette "Show Table Records" #1005

Closed nickleeh closed 1 year ago

nickleeh commented 1 year ago

Describe the bug When I try to select a table in command palette, it can show list of tables, but doesn't accept any input. If input any character, the list becomes empty.

To Reproduce Steps to reproduce the behavior:

  1. press ⌘-E, ⌘-S, to open command palette for "Show Table Records". The drop down list will show a full list of table names.
  2. In the input box, input any character that may be contained in table name, such as "a", I have table named "admin_*".
  3. The drop down list becomes empty.

Expected behavior The table list should be filtered with input character, rather than empty.

Screenshots

image

Desktop (please complete the following information):

Additional context Database is on the same computer, tables can be shown and view, sql query works as expected. I really like this sqltools. If the filter can work, it would increase efficiency greatly.