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

Using incorrect database #665

Open
1 of 5 tasks
renkun-ken opened this issue Jul 21, 2020 · 0 comments
Open
1 of 5 tasks

Using incorrect database #665

renkun-ken opened this issue Jul 21, 2020 · 0 comments
Labels
bug mysql MySQL / MariaDB driver

Comments

@renkun-ken
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Create multiple databases test1 and test2 in a MariaDB and create test1.table1, test2.table2 tables.
  2. Connect to the MariaDB with Database=test1
  3. View SQLTools tree view and expand test2, and describe table2
  4. See error: cannot find table test1.table2.

Expected behavior
A clear and concise description of what you expected to happen.

It should visit test2.table2 rather than the database test1 the connection is initially setup to connect to.

Desktop (please complete the following information):

  • SQLTools Version: 0.22.10
  • VSCode Version: 1.47.2
  • OS: Ubuntu 20.04
  • Driver:
    • PostgreSQL/Redshift
    • MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: MariaDB 10.4
@mtxr mtxr self-assigned this Jul 28, 2020
@mtxr mtxr added bug and removed triage labels Jul 28, 2020
@gjsjohnmurray gjsjohnmurray added the mysql MySQL / MariaDB driver label Jul 23, 2022
@mtxr mtxr removed their assignment Jul 27, 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

No branches or pull requests

3 participants