We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6aa9e8 commit b8322c5Copy full SHA for b8322c5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.4.2 (2021-03-21)
2
+-------------------
3
+
4
+- Fixed an issue when case sensitive database object names or ones with special characters didn't show up in the object browser
5
+- Added meaningful error messages when Snowflake account in the connection screen was not given in the correct format
6
7
0.4.1 (2021-03-15)
8
-------------------
9
package.json
@@ -2,7 +2,7 @@
"name": "snowflake-driver-for-sqltools",
"displayName": "Snowflake Driver for SQLTools",
"description": "SQLTools Snowflake driver",
- "version": "0.4.1",
+ "version": "0.4.2",
"engines": {
"vscode": "^1.42.0"
},
0 commit comments