From 82a2fd245137c76119d825084c3a07533ec359ff Mon Sep 17 00:00:00 2001 From: Taras Kopets Date: Wed, 30 Aug 2017 17:03:50 +0300 Subject: [PATCH] Added missing comma after MSSQL connection --- SQLToolsConnections.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLToolsConnections.sublime-settings b/SQLToolsConnections.sublime-settings index f5fc3ed..9594efa 100644 --- a/SQLToolsConnections.sublime-settings +++ b/SQLToolsConnections.sublime-settings @@ -54,7 +54,7 @@ "password": "password", "database": "sample", "encoding": "utf-8" - } + }, "Connection SQLite": { "type" : "sqlite", "database": "d:/sqlite/sample_db/chinook.db", // note the forward slashes in path