You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
<spanclass="badge-paypal"><ahref="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8"title="Donate to this project using Paypal"><imgsrc="https://img.shields.io/badge/paypal-donate-yellow.svg"alt="PayPal donate button" /></a></span>
5
-
6
4
Your swiss knife SQL for Sublime Text.
7
5
8
-
> If you are looking for VSCode version go to [https://github.com/mtxr/vscode-sqltools](https://github.com/mtxr/vscode-sqltools).
9
-
10
-
Write your SQL with smart completions and hady table and function definitions, execute SQL and explain queries, format your queries and save them in history.
6
+
Write your SQL with smart completions and handy table and function definitions, execute SQL and explain queries, format your queries and save them in history.
> If you are looking for VSCode version go to [https://github.com/mtxr/vscode-sqltools](https://github.com/mtxr/vscode-sqltools).
11
+
14
12
## Donate
15
13
16
14
SQLTools was developed with ♥ to save us time during our programming journey. But It also takes me time and efforts to develop SQLTools.
@@ -19,49 +17,40 @@ SQLTools will save you (for sure) a lot of time and help you to increase your pr
19
17
20
18
<spanclass="badge-paypal"><ahref="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8"title="Donate to this project using Paypal"><imgsrc="https://img.shields.io/badge/paypal-donate-yellow.svg"alt="PayPal donate button" /></a></span>
21
19
22
-
23
-
24
-
## Contributors
25
-
26
-
These fellows helped SQLTools become better than ever. Thank you so much!
*Query timeout (kill thread if query takes too long)
50
39
51
40
## Installing
52
41
53
42
### Using Sublime Package Control
54
43
55
-
If you are using [Sublime Package Control](http://wbond.net/sublime_packages/package_control), you can easily install SQLTools via the `Package Control: Install Package` menu item.
44
+
If you are using [Sublime Package Control](https://packagecontrol.io/packages/SQLTools), you can easily install SQLTools via the `Package Control: Install Package` menu item.
56
45
57
-
1. Press `CTRL+SHIFT+p`
58
-
2. Type *"Install Package"*
59
-
3. Find SQLTools
46
+
1. Press <kbd>CTRL+SHIFT+p</kbd>
47
+
2. Type *`Install Package`*
48
+
3. Find *`SQLTools`*
60
49
4. Wait & Done!
61
50
62
51
### Download Manually
63
52
64
-
I strongly recomend you to use Package Control. It helps you to keep the package updated with the last version.
53
+
I strongly recommend you to use Package Control. It helps you to keep the package updated with the last version.
65
54
66
55
1. Download the files zip file [here](http://mtxr.github.io/SQLTools/)
67
56
2. Unzip the files and rename the folder to `SQLTools`
@@ -70,7 +59,14 @@ I strongly recomend you to use Package Control. It helps you to keep the package
70
59
71
60
### Using SQLTools with Mac OS X
72
61
73
-
Sublime Text has it's evironment variable `PATH` set from launchctl, not by your shell. Binaries installed by packages such as homebrew, for instance `psql` DB CLI for `PostgreSQL`, cannot be found by Sublime Text and results in error in Sublime Text console by `SQLTools`. Installing the package `Fix Mac Path` or setting the full path to your DB CLI binary in `SQLTools.sublime-settings` resolves this issue. Package can be downloaded via [PackageControl](https://packagecontrol.io/packages/Fix%20Mac%20Path) or [github](https://github.com/int3h/SublimeFixMacPath).
62
+
Sublime Text has it's environment variable `PATH` set from launchctl, not by your shell. Binaries installed by packages such as homebrew, for instance `psql` DB CLI for `PostgreSQL`, cannot be found by Sublime Text and results in error in Sublime Text console by `SQLTools`. Installing the package `Fix Mac Path` or setting the full path to your DB CLI binary in `SQLTools.sublime-settings` resolves this issue. Package can be downloaded via [PackageControl](https://packagecontrol.io/packages/Fix%20Mac%20Path) or [github](https://github.com/int3h/SublimeFixMacPath).
63
+
64
+
## Contributors
65
+
66
+
These fellows helped SQLTools to become better than ever. Thank you so much!
Copy file name to clipboardExpand all lines: messages/install.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,25 @@
3
3
4
4
Your swiss knife SQL for Sublime Text.
5
5
6
-
Write your SQL with smart completions and hady table and function definitions, execute SQL and explain queries, format your queries and save them in history.
6
+
Write your SQL with smart completions and handy table and function definitions, execute SQL and explain queries, format your queries and save them in history.
7
7
8
8
Project website: http://mtxr.github.io/SQLTools/
9
9
10
10
## Features
11
11
12
-
*Smart auto completions (for PostgreSQL, MySQL, Oracle, MSSQL, Vertica, Firebird)
13
-
*Run SQL Queries (`CTRL+e, CTRL+e`)
14
-
*View table schemas (`CTRL+e, CTRL+d`)
15
-
* View Queries history (`CTRL+e, CTRL+h`)
16
-
* Show table records (`CTRL+e, CTRL+s`)
17
-
* Show explain plan for queries (PostgreSQL, MySQL, Oracle, Vertica, SQLite) (`CTRL+e, CTRL+x`)
18
-
* Formatting SQL Queries (`CTRL+e, CTRL+b`)
19
-
*Threading Support (prevent ST lockups)
20
-
*Query timeout (Kill thread if query takes too long)
21
-
*Unescape chars for languages (PHP \" is replaced by ")
22
-
*Save queries (`CTRL+e, CTRL+q`)
23
-
*List and Run saved queries (`CTRL+e, CTRL+a`)
24
-
*Remove saved queries (`CTRL+e, CTRL+r`)
12
+
*Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird
13
+
*Smart completions (except SQLite)
14
+
*Run SQL Queries `CTRL+e, CTRL+e`
15
+
* View table description `CTRL+e, CTRL+d`
16
+
* Show table records `CTRL+e, CTRL+s`
17
+
* Show explain plan for queries `CTRL+e, CTRL+x`
18
+
* Formatting SQL Queries `CTRL+e, CTRL+b`
19
+
*View Queries history `CTRL+e, CTRL+h`
20
+
*Save queries `CTRL+e, CTRL+q`
21
+
*List and Run saved queries `CTRL+e, CTRL+l`
22
+
*Remove saved queries `CTRL+e, CTRL+r`
23
+
*Threading support to prevent lockups
24
+
*Query timeout (kill thread if query takes too long)
* Add more options for expanding the empty selection. Instead of config option `expand_to_paragraph`, introduce new option called `expand_to`, which can be configured to expand empty selection to: `line`, `paragraph` or `file`
7
+
* General review/improvement of each DB config
8
+
* Use the `encoding` option supplied in connection settings when writing to standard input and reading from standard output of CLI command
9
+
* Changes how top level and per-query `options` apply to CLI invocations
10
+
* Changes how `before` and `after` applied (top level and per-query)
11
+
* Introduction of new `execute` named query section which is used when executing statements with `ST: Execute` and friends
12
+
* Now all named query formatting is done via `str.format()`, therefore all instances of `%s` in template strings got replaced with `{0}`, with back-patch support (i.e. `%s` should still work for those users who have it on their own user config)
13
+
* Improve the way the output is shown - the output panel is not shown until the first output from DB CLI arrives
14
+
* Add sample connections for `Vertica` and `Firebird`
15
+
*[PostgreSQL] Connection options `host`, `port`, `username` are now optional (can be set via environment vars and other means)
*[MySQL] Add `--no-auto-rehash` and `--compress` to improve MySQL startup time and improve latency on slow networks
18
+
*[MySQL] Connection options `host`, `port`, `username` are now optional (can be set via `--defaults-extra-file` and `--login-path`)
19
+
*[MySQL] Supply password via environment variable `MYSQL_PWD` to avoid security warning
20
+
*[Oracle] Add ability to configure `NSL_LANG` to match the server encoding
21
+
*[Oracle] Add support for quoted table and column names
22
+
*[Oracle] Add support for functions & procedures completions as well as getting and functions & procedures definitions (both top level and those in packages)
23
+
*[Vertica] Add support for quoted identifiers
24
+
* Other minor improvements
25
+
26
+
### Fixes
27
+
28
+
* Remove unused settings option `unescape_quotes` from config
0 commit comments