mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Bug: Query History not working #96

Closed tkopets closed 7 years ago

tkopets commented 7 years ago

Issue Type: Bugfix/Errors Version: v0.9.1 OS: Windows, MacOS RDBMS: All

Description

After executing a bunch of queries user gets dialog message History is empty.

Steps to Reproduce

  1. set "history_size": 100 in settings, configure connections
  2. select connection
  3. run any SQL (e.g. select 1;)
  4. Open ST: History or use a shortcut to open history

Expected behavior: List of previously executed queries is displayed

Actual behavior: Message History is empty is displayed.