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/
44
55## Changelog
66
7+ ### 0.4.8
8+
9+ - Support password connections over SSH.
10+
711### 0.4.7
812
913- 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 22 "name" : " sqltools-driver-mssql" ,
33 "displayName" : " SQLTools Microsoft SQL Server/Azure" ,
44 "description" : " SQLTools Microsoft SQL Server/Azure" ,
5- "version" : " 0.4.8-SNAPSHOT " ,
5+ "version" : " 0.4.8" ,
66 "engines" : {
77 "vscode" : " ^1.78.0"
88 },
6565 "ts" : " tsc -p ."
6666 },
6767 "devDependencies" : {
68- "@sqltools/base-driver" : " ^0.2.2 " ,
68+ "@sqltools/base-driver" : " ^0.2.3 " ,
6969 "@sqltools/types" : " ^0.2.0" ,
7070 "@types/lodash" : " ^4.14.123" ,
7171 "@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/
44
55## Changelog
66
7+ ### 0.6.6
8+
9+ - Support password connections over SSH.
10+
711### 0.6.5
812
913- 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 22 "name" : " sqltools-driver-mysql" ,
33 "displayName" : " SQLTools MySQL/MariaDB/TiDB" ,
44 "description" : " SQLTools MySQL/MariaDB/TiDB" ,
5- "version" : " 0.6.6-SNAPSHOT " ,
5+ "version" : " 0.6.6" ,
66 "engines" : {
77 "vscode" : " ^1.78.0"
88 },
6666 },
6767 "devDependencies" : {
6868 "@mysql/xdevapi" : " ^8.0.20" ,
69- "@sqltools/base-driver" : " ^0.2.2 " ,
69+ "@sqltools/base-driver" : " ^0.2.3 " ,
7070 "@sqltools/types" : " ^0.2.0" ,
7171 "@types/lodash" : " ^4.14.123" ,
7272 "@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/
44
55## Changelog
66
7+ ### 0.5.7
8+
9+ - Support password connections over SSH.
10+
711### 0.5.6
812
913- 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 22 "name" : " sqltools-driver-pg" ,
33 "displayName" : " SQLTools PostgreSQL/Cockroach Driver" ,
44 "description" : " SQLTools PostgreSQL/Cockroach Driver" ,
5- "version" : " 0.5.7-SNAPSHOT " ,
5+ "version" : " 0.5.7" ,
66 "engines" : {
77 "vscode" : " ^1.78.0"
88 },
6767 "ts" : " tsc -p ."
6868 },
6969 "devDependencies" : {
70- "@sqltools/base-driver" : " ^0.2.2 " ,
70+ "@sqltools/base-driver" : " ^0.2.3 " ,
7171 "@sqltools/types" : " ^0.2.0" ,
7272 "@types/lodash" : " ^4.14.123" ,
7373 "@types/pg" : " ^7.14.3" ,
You can’t perform that action at this time.
0 commit comments