Skip to content

v0.5.2

Compare
Choose a tag to compare
@cmoog cmoog released this 30 Mar 00:50
· 22 commits to master since this release
  • When clicking Run All, cells now execute in series. Previously, cells executed in parallel.

  • New configuration option for maximum number of result rows before truncating the result table.
    Defaults to 25.

{
  "SQLNotebook.maxResultRows": 25
}

Full Changelog: v0.5.1...v0.5.2