forked from mtxr/SublimeText-SQLTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mtxr#110 from mtxr/v0_9_2_release
Release v0.9.2
- Loading branch information
Showing
5 changed files
with
26 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.9.1 | ||
current_version = 0.9.2 | ||
files = SQLTools.py | ||
tag = True | ||
commit = True | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "v0.9.1" | ||
__version__ = "v0.9.2" | ||
|
||
import sys | ||
import os | ||
|
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
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,14 @@ | ||
## v0.9.2 Notes | ||
|
||
### Improvements | ||
|
||
* Support PostgreSQL "password" setting in Connections file [#106](https://github.com/mtxr/SQLTools/issues/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](https://github.com/mtxr/SQLTools/issues/96) | ||
* Fix functionality of "clear_output" for pannel output [#102](https://github.com/mtxr/SQLTools/issues/102) |