sublime-sqlexec icon indicating copy to clipboard operation
sublime-sqlexec copied to clipboard

When trying to run query: "KeyError: 'before'"

Open ChrisCos opened this issue 10 years ago • 2 comments

I'm trying to connect to Vertica with VSQL. Plugin is installed in ST3 on Ubuntu 14.04.

Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 526, in run_ return self.run() File "SQLExec in /home/cc/.config/sublime-text-3/Installed Packages/SQLExec.sublime-package", line 183, in run File "SQLExec in /home/cc/.config/sublime-text-3/Installed Packages/SQLExec.sublime-package", line 35, in desc File "SQLExec in /home/cc/.config/sublime-text-3/Installed Packages/SQLExec.sublime-package", line 18, in _getCommand KeyError: 'before'

ChrisCos avatar Oct 10 '14 15:10 ChrisCos

Ahh, you missed the "before" key in vertica.sqlexec in your "Fix Oracle support and add title in output " checkin

ChrisCos avatar Oct 10 '14 16:10 ChrisCos

I submitted a pull request to fix this for Vertica.

ccosentino avatar Oct 12 '14 23:10 ccosentino