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
But when I try to run any query (select sysdate from dual;) I get this in output window:
Traceback (most recent call last):
File "SQLExec in C:\[path]\Sublime Text 3\Installed Packages\SQLExec.sublime-package", line 172, in executeQuery
File "SQLExec in C:\[path]\Sublime Text 3\Installed Packages\SQLExec.sublime-package", line 29, in execute
File "SQLExec in C:\[path]\Sublime Text 3\Installed Packages\SQLExec.sublime-package", line 16, in _getCommand
File "SQLExec in C:\[path]\Sublime Text 3\Installed Packages\SQLExec.sublime-package", line 13, in _buildCommand
AttributeError: 'Options' object has no attribute 'service'
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
I have configured plugin like that in user settings):
But when I try to run any query (
select sysdate from dual;
) I get this in output window:Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: