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 402056e commit 7ca09c7Copy full SHA for 7ca09c7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+# 3.0.0 2020/1/13
4
+- Support connect to postgresql and sqlserver.
5
+- Reduce resource consumption.
6
+- Fix cannot edit json column data.
7
+
8
# 2.9.2 2021/1/4
9
10
- Better result view border color.
package.json
@@ -1,8 +1,8 @@
{
"name": "vscode-mysql-client2",
"displayName": "MySQL",
- "description": "MySQL Client for vscode",
- "version": "2.9.2",
+ "description": "Database Client for vscode",
+ "version": "3.0.0",
"publisher": "cweijan",
"icon": "resources/logo.png",
"engines": {
0 commit comments