This repository was archived by the owner on Mar 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +34
-3
lines changed Expand file tree Collapse file tree 6 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.9
2
+ current_version = 0.9.12
3
3
files = SQLTools.py
4
4
tag = True
5
5
commit = True
Original file line number Diff line number Diff line change 1
- __version__ = "v0.9.9 "
1
+ __version__ = "v0.9.12 "
2
2
3
3
import sys
4
4
import os
Original file line number Diff line number Diff line change 14
14
"0.9.6" : " messages/v0.9.6.md" ,
15
15
"0.9.7" : " messages/v0.9.7.md" ,
16
16
"0.9.8" : " messages/v0.9.8.md" ,
17
- "0.9.9" : " messages/v0.9.9.md"
17
+ "0.9.9" : " messages/v0.9.9.md" ,
18
+ "0.9.10" : " messages/v0.9.10.md" ,
19
+ "0.9.11" : " messages/v0.9.11.md" ,
20
+ "0.9.12" : " messages/v0.9.12.md"
18
21
}
Original file line number Diff line number Diff line change
1
+ ## v0.9.10 Notes
2
+
3
+ ### Fixes
4
+
5
+ * Added ` focus_result ` setting closing issue [ #183 ]
Original file line number Diff line number Diff line change
1
+ ## v0.9.11 Notes
2
+
3
+ ### Fixes
4
+
5
+ * New command ` ST: Format SQL All File ` (internal name ` st_format_all ` ) to format the entire file [ #182 ]
Original file line number Diff line number Diff line change
1
+ ## v0.9.12 Notes
2
+
3
+ ### Improvements
4
+
5
+ * Snowflake (` snowsql ` ) support
6
+ * Added support for prompting of the connection parameters
7
+ * Table/view/function selection quick panel is pre-populated with the text of the current selection
8
+ * New command ` ST: Refresh Connection Data ` (internal name ` st_refresh_connection_data ` ) to reload the list of database objects
9
+ * Improve performance (completions and connection listing)
10
+ * Add a configurable setting to enable/disable completion for certain selectors (` autocomplete_selectors_ignore ` , ` autocomplete_selectors_active ` )
11
+
12
+
13
+ ### Fixes
14
+
15
+ * Fix PostgreSQL v11 compatibility issue (functions were not listed)
16
+ * Do not create an empty settings file [ #144 ]
17
+ * Bump timeout to 60 seconds for internal commands
18
+ * Use python core logging for logs
You can’t perform that action at this time.
0 commit comments