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

Use stream output for saved queries and history #98

Closed tkopets closed 7 years ago

tkopets commented 7 years ago

Honor use_streams setting when executing saved queries and queries from history.

Additionally, on MacOS the process is set to None after all of the output has been processed, so add the additional check for that in Command code.