Snowflake-Labs / sqltools-snowflake-driver

A Snowflake driver for the SQLTools VSCode extension.
MIT License
35 stars 15 forks source link

Is there a way to run multiple queries in a file window? #21

Open ghost opened 3 years ago

ghost commented 3 years ago

If there are multiple queries, separated by semicolons, in a window is there a way to run them all serially or as a batch? It seems if there are multiple queries in a file window the only way to run them is one at a time with either the 'SQLTools Run Current Query' or 'SQLTools Run Selected Query' commands?

derek-hackett-procore commented 3 years ago

Take a look at this post.

https://medium.com/snowflake/snowflake-vs-code-sql-tools-and-github-7eab915e10cb

Is this what you are talking about?

koszti commented 3 years ago

not possible at the moment, but the feature is in development. Hopefully we'll see it soon. 🤞

freddietattersall commented 1 year ago

Hi @koszti - just wondering if there is an update on when this enhancement might be developed and deployed? Thanks, Freddie