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

Commit

Permalink
release notes for v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkopets committed May 4, 2017
1 parent 7cb7a64 commit 40a3da7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
"0.2.0": "messages/v0.2.0.md",
"0.3.0": "messages/v0.3.0.md",
"0.3.1": "messages/v0.3.0.md",
"0.8.2": "messages/v0.8.2.md"
}
21 changes: 21 additions & 0 deletions messages/v0.8.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## v0.8.2 Notes

### Features

* New smarter completions that will suggest tables, columns,
aliases, columns for table aliases and join conditions.
Demo of new functionality:
https://github.com/mtxr/SQLTools/issues/67#issuecomment-297849135

**NOTE**: It is highly recommended that you review your SQLTools
settings file (Users/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)

0 comments on commit 40a3da7

Please sign in to comment.