From 622eb8070579ffa3c86b2bf6fd4c2e927c0958c5 Mon Sep 17 00:00:00 2001 From: Taras Kopets Date: Mon, 4 Mar 2019 14:34:41 +0200 Subject: [PATCH] Minor fixes after merging snowsql support --- README.md | 2 +- SQLToolsConnections.sublime-settings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc3e29a..a6d500b 100644 --- a/README.md +++ b/README.md @@ -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   CTRL+e, CTRL+e ![Auto complete and run SQL queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true) diff --git a/SQLToolsConnections.sublime-settings b/SQLToolsConnections.sublime-settings index d3fe57d..e648047 100644 --- a/SQLToolsConnections.sublime-settings +++ b/SQLToolsConnections.sublime-settings @@ -90,7 +90,7 @@ // https://docs.snowflake.net/manuals/user-guide/snowsql-start.html#authenticator "user" : "user@example.com", "account" : "account_name", - "auth": : "snowflake | externalbrowser | " + "auth": : "snowflake | externalbrowser | ", // if using "auth": "snowflake", provide a password // you can alternatively set SNOWSQL_PWD in you environment instead // if using "auth": "externalbrowser" or "", no password needed