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
The new option to save passwords on vscode's keystore is registering the connection using only it's name as a unique identifier.
So by creating two connections that uses the SQLTools Driver Credentials, and have the exact same name, database and driver, the extension won't work until one connection is manually erased from the config file
I think the extension should either prevent duplicate connection names, or add a unique identifier to the connection ID.
The text was updated successfully, but these errors were encountered:
This problem existed before 0.27.0 and is unrelated to the new capability for drivers to store passwords in the keystore. See #668 (comment)
gjsjohnmurray
changed the title
Extension crashes when registering duplicate connection name
After registering duplicate connection name, Connections tree is empty
Jan 6, 2023
Describe the bug
The new option to save passwords on vscode's keystore is registering the connection using only it's name as a unique identifier.
So by creating two connections that uses the SQLTools Driver Credentials, and have the exact same name, database and driver, the extension won't work until one connection is manually erased from the config file
I think the extension should either prevent duplicate connection names, or add a unique identifier to the connection ID.
The text was updated successfully, but these errors were encountered: