Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit bcf3d60

Browse files
authored
Merge pull request #210 from mtxr/snowsql-minor-fixes
Minor fixes after merging Snowflake support
2 parents 7f43ee6 + 44a88d1 commit bcf3d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SQLTools will save you (for sure) a lot of time and help you to increase your pr
2121

2222
## Features
2323

24-
* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird, and Snowflake
24+
* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird and Snowflake
2525
* Smart completions (except SQLite)
2626
* Run SQL Queries &nbsp; <kbd>CTRL+e</kbd>, <kbd>CTRL+e</kbd>
2727
![Auto complete and run SQL queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true)

SQLToolsConnections.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
// https://docs.snowflake.net/manuals/user-guide/snowsql-start.html#authenticator
9191
"user" : "user@example.com",
9292
"account" : "account_name",
93-
"auth": : "snowflake | externalbrowser | <okta-url>"
93+
"auth": : "snowflake | externalbrowser | <okta-url>",
9494
// if using "auth": "snowflake", provide a password
9595
// you can alternatively set SNOWSQL_PWD in you environment instead
9696
// if using "auth": "externalbrowser" or "<okta-url>", no password needed

0 commit comments

Comments
 (0)