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

Improve completions and connections listing performance #191

Closed tkopets closed 6 years ago

tkopets commented 6 years ago

Reduces the time to show the list of connections. Improves the performance of SQLTools completions significantly. The completion object is initialized once when connection data is (re)loaded.

Also, incorporate the new command for reloading the connection data (cached list of connection identifiers). However, the name and wording of this command are slightly changed to be a bit more generic. Thank you, @agvald!