John Murray

Results 253 comments of John Murray

@piavgh none that I am aware of.

@Ioann44 no. If you are in a position to fund development of this feature please get in touch.

Workaround is suggested at https://github.com/mtxr/vscode-sqltools/issues/727#issuecomment-1373906407

No current plans, but if someone wants to have a go at implementing this then we'll look at the PR.

Maybe try using the "Connection String" option and set a string that doesn't name a database. For example with the MySQL driver: ``` mysql://username:password@server:port/ ``` Make sure you don't omit...

> where is this setting? ![image](https://user-images.githubusercontent.com/6726799/236183364-24b5828c-ca8d-4eb0-95bb-d23b009e013a.png)

Please make sure you restart VS Code after you set `"sqltools.formatLanguages": [],`

I am not aware of anyone working on this. Doing it in NodeJS is going to be a better fit than trying to leverage xDBC drivers, IMO.

@ortonomy is this #1197?

@gitlui my initial thoughts: 1. Add an `sshTunnel` object to the connection settings object, initially with optional properties `port` and `username`, e.g. ```json { "name": "MySQL through tunnel", "server": "dbhost",...