Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 5 tasks
nickleeh opened this issue Oct 9, 2022 · 0 comments · Fixed by #1015
Closed
1 of 5 tasks

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

nickleeh opened this issue Oct 9, 2022 · 0 comments · Fixed by #1015
Labels
bug mysql MySQL / MariaDB driver

Comments

@nickleeh
Copy link

nickleeh commented Oct 9, 2022

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):

  • SQLTools Version v0.25.1
  • VS Code Version: 1.72.0
  • OS: Mac M1
  • Driver:
    • PostgreSQL/Redshift
    • MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: 10.8.3-MariaDB

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.

@nickleeh nickleeh added the triage label Oct 9, 2022
@gjsjohnmurray gjsjohnmurray added bug mysql MySQL / MariaDB driver and removed triage labels Oct 14, 2022
gjsjohnmurray added a commit to gjsjohnmurray/vscode-sqltools that referenced this issue Oct 14, 2022
gjsjohnmurray added a commit to gjsjohnmurray/vscode-sqltools that referenced this issue Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mysql MySQL / MariaDB driver
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants