This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |