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: Setting "clear_output" is not working as expected #102

Closed tkopets closed 7 years ago

tkopets commented 7 years ago

Issue Type

Description

The setting "clear_output": false is not working for panel output

Steps to Reproduce (For bugfixes)

  1. Set "clear_output": false in settings (set by default)
  2. Run one SQL, then another - the output is cleared, but shouldn't be

Expected behavior: Output is not cleared.

Actual behavior: Output is cleared.

Versions

tkopets commented 7 years ago

Fixed in PR #103. The fix will be available in next release.