mtxr / vscode-sqltools

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

MySQL - handle multi-statement queries correctly #1140

Closed gjsjohnmurray closed 1 year ago

gjsjohnmurray commented 1 year ago

This fixes #1131 so queries such as this will run:

SELECT NAME from COMPANY;
SELECT AGE from COMPANY;
windmillcode0 commented 1 year ago

So I have to reinstall the mysql and maria db driver or how do I update to see if its working?

gjsjohnmurray commented 1 year ago

The change is merged but a new version of the driver extension hasn't yet been published.

VulcanTech-io commented 1 year ago

Will this fix also work for triggers? because I am currently getting this error with those as well even though they were not specifically mentioned in this issue.