This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Bug: List and Open Saved Queries executes the query if not connected to a database prior #125
Closed
2 of 7 tasks
Labels
Issue Type
Prerequisites (For bugfixes)
Description
Found this weird oddity with how the List and Open Saved Queries command works. If I'm not connected to a database (ex. I just opened up Sublime Text) and I run the command, and after selecting my database in the dropdown, it will actually execute the query instead of open a new tab containing the query. However, all subsequent queries I open with List and Open Saved Queries will open the query in a new tab properly without executing it. I presume this is because I'm already logged in and thus doesn't do that extra measure anymore which may contain a call to execute query instead of open it. I can self-assign to this issue and look into it further if you guys like. :)
Steps to Reproduce (For bugfixes)
Expected behavior: Query is opened in a new tab
Actual behavior: Query is executed
Versions
The text was updated successfully, but these errors were encountered: