John Murray

Results 253 comments of John Murray

Can you provide details of how to reproduce the issue?

Please use the example at https://github.com/mtxr/vscode-sqltools/issues/491#issuecomment-628091743 to add a `charset` property with the correct value to the `mysqlOptions` object property of your connection definition.

In the JSON where your connection is defined, find the `"driver": "MySQL"` line and add a `mysqlOptions` property after it to get the following: ```json "driver": "MySQL", "mysqlOptions": { "charset":...

@Lewiscowles1986 were you able to try my suggestion?

Thanks for testing anyway. Since you're no longer using the extension I'm closing this.

@idantr please use the link at https://github.com/mtxr/vscode-sqltools/pull/953#issuecomment-1237171674 to download a zip containing a pre-release version of the SQLite driver VSIX. Install it (e.g. drag/drop into the Extension view of VS...

@idantr it is already on Marketplace. https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools-driver-sqlite

@mtxr please attach the new driver VSIX files to the 0.25.0 release record when you publish it (see #997). Similarly the main extension VSIX onto 0.25.1.