Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Releases: mtxr/SublimeText-SQLTools

v0.9.2

30 May 15:53
Compare
Choose a tag to compare

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

  • Fix Query History #96
  • Fix functionality of "clear_output" for pannel output #102

v0.9.1

15 May 13:26
Compare
Choose a tag to compare

Improvements

  • Display errors inline instead of appending them at the bottom #92

Fixes

  • Thread timeout is always triggered when streaming results output (MacOS) #90
  • stderr output is ignored when streaming results output #91

v0.9.0

13 May 20:55
Compare
Choose a tag to compare

v0.9.0 Notes

Features

  • Added support for query result streaming #19

v0.8.3

10 May 14:07
Compare
Choose a tag to compare

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 and Show Table Records

v0.8.2

04 May 09:14
Compare
Choose a tag to compare

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

22 Apr 20:40
Compare
Choose a tag to compare

In this release:

  • thread_timeout setting is honored when executing commands
  • default thread_timeout is set to 15 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

29 Oct 17:12
Compare
Choose a tag to compare
Bump version: 0.6.5 → 0.6.6

Using SQLToolsAPI v0.2.0

08 Oct 01:20
Compare
Choose a tag to compare
v0.6.0

Bump version: 0.5.4 → 0.6.0

Fixed some issues

14 Aug 21:07
Compare
Choose a tag to compare
v0.3.4

Fixes #18 issue

Fixed tmp file removal error

11 Aug 12:51
Compare
Choose a tag to compare
v0.3.2

fixed when removing tmp files