mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 290 forks source link

MySql Driver Configuration Bug Fix (EnableSsl) #1271

Closed Fludem closed 2 months ago

Fludem commented 6 months ago

If enableSSL is ticked but object is left empty we now disable enableSSL

If enableSsl is false, we delete the object.

I'm not sure if their is use case for having enableSsl as true but not specifying parameters. Sorry!

Fixes #1270