Skip to content

Commit

Permalink
Added missing comma after MSSQL connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tkopets committed Aug 30, 2017
1 parent 83c112e commit 82a2fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLToolsConnections.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82a2fd2

Please sign in to comment.