This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Releases: mtxr/SublimeText-SQLTools
Releases · mtxr/SublimeText-SQLTools
v0.9.2
Improvements
- Support PostgreSQL "password" setting in Connections file #106
- Improved performance of smart completions
- If configured, use stream output for saved and history queries
- [MySQL] Add support for
Describe Function
Fixes
v0.9.1
v0.9.0
v0.8.3
Improvements
- Status bar message is shown when SQL commands are executed
- Better completions suggestions when quoted identifiers are used
- Added support for optional CLI arguments (those will be used only if set in Connection settings file)
- [PostgreSQL] Error message is shown when password is not configured in
pgpass.conf
file - [MySQL] Added two new methods to supply password (using
--defaults-extra-file
and--login-path
with.mylogin.cnf
). Using either of these methods eliminates security warning.
Fixes
- [MySQL] Fixed recently broken
Table Description
andShow Table Records
v0.8.2
Features
-
New smarter completions that will suggest tables, columns, aliases, columns for table aliases and join conditions.
Demo of new functionality: #67 (comment)NOTE: It is highly recommended that you review your SQLTools settings file
User/SQLTools.sublime-settings
and leave only those settings that you altered specifically to your needs and remove all other settings.
This way the updated queries listed in default settings file would be used, for new smarter completions to work correctly.
Improvements
- Plain Text syntax is used in the output panel when executing queries (for performance reasons and to prevent weird highlighting)
v0.8.1
In this release:
thread_timeout
setting is honored when executing commands- default
thread_timeout
is set to15
seconds - improved messaging (message in output panel) if command is killed after
thread_timeout
seconds has passed - fixed MacOS default key binding to select connection, new default is
ctrl+cmd+e
- improved messaging when DB CLI binary could not be found
- fixed loading of default connection
v0.6.6
Using SQLToolsAPI v0.2.0
v0.6.0 Bump version: 0.5.4 → 0.6.0
Fixed some issues
v0.3.4 Fixes #18 issue
Fixed tmp file removal error
v0.3.2 fixed when removing tmp files