Closed ghost closed 5 years ago
Can you please review (or post here) the entire console output to see if there are any other SQLTools errors appear in sublime console before the error you posted above (e.g. any errors during plugin loading)?
Hello, Console doesn't show anything else. The following commands aren't working so far. View Queries history CTRL+e, CTRL+h Save queries CTRL+e, CTRL+q List and Run saved queries CTRL+e, CTRL+l Remove saved queries CTRL+e, CTRL+r
This issue should be fixed in the most recent release v0.9.12
.
Issue Type
Bug/Error |
Description
Getting following issue when checking history
Traceback (most recent call last): File "C:\Users\a\Documents\Sublime Text Build 3143 x64\sublimeplugin.py", line 797, in run return self.run() File "C:\Users\a\Documents\Sublime Text Build 3143 x64\Data\Packages\SQLTools\SQLTools.py", line 612, in run if len(history.all()) == 0: AttributeError: 'NoneType' object has no attribute 'all'
Version
Steps to Reproduce (For bugfixes)
Expected behavior: Show History
Actual behavior: Doesn't do anything