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

Commit 40a3da7

Browse files
committed
release notes for v0.8.2
1 parent 7cb7a64 commit 40a3da7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
"0.2.0": "messages/v0.2.0.md",
55
"0.3.0": "messages/v0.3.0.md",
66
"0.3.1": "messages/v0.3.0.md",
7+
"0.8.2": "messages/v0.8.2.md"
78
}

messages/v0.8.2.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## v0.8.2 Notes
2+
3+
### Features
4+
5+
* New smarter completions that will suggest tables, columns,
6+
aliases, columns for table aliases and join conditions.
7+
Demo of new functionality:
8+
https://github.com/mtxr/SQLTools/issues/67#issuecomment-297849135
9+
10+
**NOTE**: It is highly recommended that you review your SQLTools
11+
settings file (Users/SQLTools.sublime-settings) and leave only
12+
those settings that you altered specifically to your needs and
13+
remove all other settings. This way the updated queries listed
14+
in default settings file would be used, for new smarter
15+
completions to work correctly.
16+
17+
18+
### Improvements
19+
20+
* Plain Text syntax is used in the output panel when executing
21+
queries (for performance reasons and to prevent weird highlighting)

0 commit comments

Comments
 (0)