Skip to content

Commit 51fca00

Browse files
Support password connections over SSH (#1523)
1 parent 4d95f46 commit 51fca00

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

packages/driver.mssql/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

packages/driver.mssql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
},
@@ -65,7 +65,7 @@
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",

packages/driver.mysql/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

packages/driver.mysql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
},
@@ -66,7 +66,7 @@
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",

packages/driver.pg/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

packages/driver.pg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
},
@@ -67,7 +67,7 @@
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",

0 commit comments

Comments
 (0)