cmoog / vscode-sql-notebook

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

Multiple SQL statements in a single cell causes execution to never complete #19

Closed scsmithr closed 2 years ago

scsmithr commented 2 years ago

Having multiple statements in a single cell causes execution of that cell to never complete. In the following example, I would expect both statements to run, with one or both results being displayed: image

(I have only tried this with postgres.)

Steps to reproduce

  1. Create a database and an appropriate connection.
  2. Add a cell with multiple statements (e.g. select 1+1; select 2+2;)
  3. Click the play icon for that cell, observe execution never completes.

Misc info