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
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
"ST: History" and "ST: List and Insert Saved Queries" do not work anymore
Console Log:
"ST: History"
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1052, in run_
return self.run()
File "C:\Users\matth\AppData\Roaming\Sublime Text 3\Packages\SQLTools\SQLTools.py", line 727, in run
if len(historyStore.all()) == 0:
AttributeError: 'NoneType' object has no attribute 'all'
"ST: List and Insert Saved Queries"
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1050, in run_
return self.run(**args)
File "C:\Users\matth\AppData\Roaming\Sublime Text 3\Packages\SQLTools\SQLTools.py", line 757, in run
queriesList = queriesStore.all()
AttributeError: 'NoneType' object has no attribute 'all'
Version
SQLTools Version: v0.9.12
OS: Windows 10
RDBMS: PostgreSQL
Steps to Reproduce (For bugfixes)
Run the command
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Type
Bug/Error
Description
"ST: History" and "ST: List and Insert Saved Queries" do not work anymore
Console Log:
"ST: History"
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1052, in run_
return self.run()
File "C:\Users\matth\AppData\Roaming\Sublime Text 3\Packages\SQLTools\SQLTools.py", line 727, in run
if len(historyStore.all()) == 0:
AttributeError: 'NoneType' object has no attribute 'all'
"ST: List and Insert Saved Queries"
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1050, in run_
return self.run(**args)
File "C:\Users\matth\AppData\Roaming\Sublime Text 3\Packages\SQLTools\SQLTools.py", line 757, in run
queriesList = queriesStore.all()
AttributeError: 'NoneType' object has no attribute 'all'
Version
Steps to Reproduce (For bugfixes)
The text was updated successfully, but these errors were encountered: