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

Highlight current database after USE command #1911

Open
cdemian20 opened this issue Feb 22, 2024 · 0 comments
Open

Highlight current database after USE command #1911

cdemian20 opened this issue Feb 22, 2024 · 0 comments

Comments

@cdemian20
Copy link

Preconditions

  • HeidiSQL version: 12.6.06765
  • Database type and version: MySQL 8.0.33
  • OS: Windows 11

Describe the bug

After executing a "USE database;" query the highlighted database in the tree pane doesn't reflect the database change.
The green check mark correctly indicates the new active database, but the database name is not in bold, instead the old database name is in bold.
To Reproduce

  1. Having 2 databases, click on db1 in tree pane.
  2. Execute query USE db2;
  3. In tree pane db1 is bold
  4. db2 should become bold to reflect the change, otherwise it can lead to confusion, or subsequent queries being executed on unintended database.
    Screenshots or Crash reports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant