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

add interactive message #86

Closed MxJ24 closed 7 years ago

MxJ24 commented 7 years ago

add interactive message escapically when the result set is empty

tkopets commented 7 years ago

Thank you for your pull request. I understand you want to make SQLTools more convenient in your day-to-day use, but in my subjective opinion, most parts of this code is not a good fit for SQLTools, which is intended to be a thin wrapper around RDBMS specific command line interface (CLI).

The problem with your code:

tkopets commented 7 years ago

The idea of displaying the status message, when executing command is great!

tkopets commented 7 years ago

There are two alternative methods in v0.8.3 to supply a password for MySQL connections. As well as message in status bar to display when the query is executed.