Fixed an issue related to the query tool update connection after the server disconnected from the object explorer. #7865

This commit is contained in:
Anil Sahoo
2024-11-19 15:44:40 +05:30
committed by GitHub
parent a8384a8826
commit 8be65ceb7b
3 changed files with 13 additions and 5 deletions

View File

@@ -1388,7 +1388,7 @@ class ServerNode(PGChildNodeView):
If Yes, connect the server and return connection.
If No, Raise HTTP error and ask for the password.
In case of 'Save Password' request from user, excrypted Password
In case of 'Save Password' request from user, encrypted Password
will be stored in the respected server database and
establish the connection OR just connect the server and do not
store the password.