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

v0.8.2

Compare
Choose a tag to compare
@tkopets tkopets released this 04 May 09:14
· 198 commits to master since this release

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)