sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.58k stars 525 forks source link

Error when trying to connect with an empty password #730

Open alexis-via opened 10 months ago

alexis-via commented 10 months ago

When I try to connect to an MS SQL Server with a login and an empty password, and I get this error:

Connection Error
Error invoking remote method 'DB_CONNECT': TypeError: The "config.authentication.options.password" property must be of type string.

Seems sqlectron doesn't allow to connect when an empty password...