File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
4
4
5
5
## Changelog
6
6
7
+ ### 0.4.8
8
+
9
+ - Support password connections over SSH.
10
+
7
11
### 0.4.7
8
12
9
13
- Support connections over SSH. [ #1470 ] ( https://github.com/mtxr/vscode-sqltools/pull/1470 ) - thanks [ @d-mato ] ( https://github.com/d-mato )
Original file line number Diff line number Diff line change 2
2
"name" : " sqltools-driver-mssql" ,
3
3
"displayName" : " SQLTools Microsoft SQL Server/Azure" ,
4
4
"description" : " SQLTools Microsoft SQL Server/Azure" ,
5
- "version" : " 0.4.8-SNAPSHOT " ,
5
+ "version" : " 0.4.8" ,
6
6
"engines" : {
7
7
"vscode" : " ^1.78.0"
8
8
},
65
65
"ts" : " tsc -p ."
66
66
},
67
67
"devDependencies" : {
68
- "@sqltools/base-driver" : " ^0.2.2 " ,
68
+ "@sqltools/base-driver" : " ^0.2.3 " ,
69
69
"@sqltools/types" : " ^0.2.0" ,
70
70
"@types/lodash" : " ^4.14.123" ,
71
71
"@types/mssql" : " ^4.0.12" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
4
4
5
5
## Changelog
6
6
7
+ ### 0.6.6
8
+
9
+ - Support password connections over SSH.
10
+
7
11
### 0.6.5
8
12
9
13
- Support connections over SSH. [ #1470 ] ( https://github.com/mtxr/vscode-sqltools/pull/1470 ) - thanks [ @d-mato ] ( https://github.com/d-mato )
Original file line number Diff line number Diff line change 2
2
"name" : " sqltools-driver-mysql" ,
3
3
"displayName" : " SQLTools MySQL/MariaDB/TiDB" ,
4
4
"description" : " SQLTools MySQL/MariaDB/TiDB" ,
5
- "version" : " 0.6.6-SNAPSHOT " ,
5
+ "version" : " 0.6.6" ,
6
6
"engines" : {
7
7
"vscode" : " ^1.78.0"
8
8
},
66
66
},
67
67
"devDependencies" : {
68
68
"@mysql/xdevapi" : " ^8.0.20" ,
69
- "@sqltools/base-driver" : " ^0.2.2 " ,
69
+ "@sqltools/base-driver" : " ^0.2.3 " ,
70
70
"@sqltools/types" : " ^0.2.0" ,
71
71
"@types/lodash" : " ^4.14.123" ,
72
72
"@types/mysql" : " ^2.15.12" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
4
4
5
5
## Changelog
6
6
7
+ ### 0.5.7
8
+
9
+ - Support password connections over SSH.
10
+
7
11
### 0.5.6
8
12
9
13
- Support connections over SSH. [ #1470 ] ( https://github.com/mtxr/vscode-sqltools/pull/1470 ) - thanks [ @d-mato ] ( https://github.com/d-mato )
Original file line number Diff line number Diff line change 2
2
"name" : " sqltools-driver-pg" ,
3
3
"displayName" : " SQLTools PostgreSQL/Cockroach Driver" ,
4
4
"description" : " SQLTools PostgreSQL/Cockroach Driver" ,
5
- "version" : " 0.5.7-SNAPSHOT " ,
5
+ "version" : " 0.5.7" ,
6
6
"engines" : {
7
7
"vscode" : " ^1.78.0"
8
8
},
67
67
"ts" : " tsc -p ."
68
68
},
69
69
"devDependencies" : {
70
- "@sqltools/base-driver" : " ^0.2.2 " ,
70
+ "@sqltools/base-driver" : " ^0.2.3 " ,
71
71
"@sqltools/types" : " ^0.2.0" ,
72
72
"@types/lodash" : " ^4.14.123" ,
73
73
"@types/pg" : " ^7.14.3" ,
You can’t perform that action at this time.
0 commit comments