You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you execute a query in query tab, click on disconnect button at top.
And back to a new connection, the select field is blank but query instead of send to new connection, still sending to old disconnected server.
Expected behavior
Execute query in correct connection, or just trhow a error forcing user to select a correct database in db field
thanks for this report and the attached video!
The bug occurs because query tabs gets as target schema the selected one in left bar when you open a new one.
In your case the schema remains cached on the tab, but shouldn't if not available directly on explore bar on left.
As i can see from the video its not visible on schema select, on those cases cached schema should be cleared.
Antares uses the new connection, but targets previous schema.
If you target the right schema from following select everything should work fine.
I will fix this on next release, thanks again for your time.
I did not have sure where is needed to do in this case, i think only get a error message when run query.
Since is sending commands to old selected schema
Describe the bug
When you execute a query in query tab, click on disconnect button at top.
And back to a new connection, the select field is blank but query instead of send to new connection, still sending to old disconnected server.
Expected behavior
Execute query in correct connection, or just trhow a error forcing user to select a correct database in db field
Screenshots
cinnamon-20220418-1.webm.tar.gz
Application (please complete the following information):
Desktop (please complete the following information):
Additional context
The attached file is a webm video
The text was updated successfully, but these errors were encountered: