Skip to content

Commit

Permalink
Merge pull request mtxr#210 from mtxr/snowsql-minor-fixes
Browse files Browse the repository at this point in the history
Minor fixes after merging Snowflake support
  • Loading branch information
tkopets authored Mar 4, 2019
2 parents 7f43ee6 + 44a88d1 commit bcf3d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SQLTools will save you (for sure) a lot of time and help you to increase your pr

## Features

* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird, and Snowflake
* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird and Snowflake
* Smart completions (except SQLite)
* Run SQL Queries &nbsp; <kbd>CTRL+e</kbd>, <kbd>CTRL+e</kbd>
![Auto complete and run SQL queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion SQLToolsConnections.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
// https://docs.snowflake.net/manuals/user-guide/snowsql-start.html#authenticator
"user" : "[email protected]",
"account" : "account_name",
"auth": : "snowflake | externalbrowser | <okta-url>"
"auth": : "snowflake | externalbrowser | <okta-url>",
// if using "auth": "snowflake", provide a password
// you can alternatively set SNOWSQL_PWD in you environment instead
// if using "auth": "externalbrowser" or "<okta-url>", no password needed
Expand Down

0 comments on commit bcf3d60

Please sign in to comment.