When not set the "password" in the settings of the connection, it returned:
Traceback (most recent call last):
File "SQLExec in ~/.config/sublime-text-3/Installed Packages/SQLExec.sublime-package", line 140, in sqlChangeConnection
File "SQLExec in ~/.config/sublime-text-3/Installed Packages/SQLExec.sublime-package", line 120, in __init__
KeyError: 'password'
Because it's always requiered, but for psql connections is not completly required
When not set the "password" in the settings of the connection, it returned:
Because it's always requiered, but for
psql
connections is not completly required