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

Take into account configurable "thread_timeout" for long running commands #81

Closed tkopets closed 7 years ago

tkopets commented 7 years ago

The configurable setting of "thread_timeout" is now taken into account when executing commands that can potentially take a long time to complete. Configurable "thread_timeout" setting is used for these commands:

Also, fixes the code for terminating the process on Windows platforms.

Fixes #79

@mtxr I'm don't commit these directly to master as I want you to review those changes (if you have a possibility to do so), as I'm not entirely sure this code is inline with your vision of how this should work.