cmoog / vscode-sql-notebook

Open SQL files as VSCode Notebooks.
https://marketplace.visualstudio.com/items?itemName=cmoog.sqlnotebook
MIT License
130 stars 18 forks source link

Allow displaying multiple results #21

Closed scsmithr closed 2 years ago

scsmithr commented 2 years ago

Fixes #19

image

I've only tested this with postgres. Still need to make sure the changes still work with mysql and mssql.

scsmithr commented 2 years ago

Added a "Multiple statements" option for mysql connections to allow for multiple statements in a single cell.

I did not test mssql because it's kind of a pain to spin up locally. But the changes I made should keep it working as is:tm:.