mtxr / vscode-sqltools

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

Running multiple queries at once #986

Closed freddietattersall closed 1 year ago

freddietattersall commented 1 year ago

Is your feature request related to a problem? Please describe. It is quite frustrating not being able to run multiple queries at once. When writing a full sql script, it is often a requirement to build tables as you go before arriving at the final product. Running queries one by one is very inefficient and slows down any updates

Describe the solution you'd like I would like to be able to highlight multiple queries, separated by a semi-colon (;), hit run queries once in order to run the highlighted queries sequentially

gjsjohnmurray commented 1 year ago

Which database driver are you using?

freddietattersall commented 1 year ago

Hi @gjsjohnmurray - thanks for getting back quickly. I'm using the snowflake driver. Thanks, Freddie

gjsjohnmurray commented 1 year ago

Please raise this at https://github.com/koszti/sqltools-snowflake-driver