v0.5.2
-
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 to25
.
{
"SQLNotebook.maxResultRows": 25
}
Full Changelog: v0.5.1...v0.5.2