We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76f050 commit 5cac3b8Copy full SHA for 5cac3b8
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
-## Unreleased
+## v0.5.2
4
+
5
+- When clicking `Run All`, cells now execute in series. Previously, cells executed in parallel.
6
7
- New configuration option for maximum number of result rows before truncating the result table.
8
Defaults to `25`.
@@ -11,6 +13,10 @@
11
13
}
12
14
```
15
16
+## v0.5.1
17
18
+- Fix for `mysql` driver result tables that caused each row to render with its own header.
19
20
## v0.5.0
21
22
- Bundle `sqls` language server into `vscode-sql-notebook`.
package.json
@@ -7,7 +7,7 @@
"repository": {
"url": "https://github.com/cmoog/vscode-sql-notebook"
9
},
10
- "version": "0.5.1",
+ "version": "0.5.2",
"preview": false,
"engines": {
"vscode": "^1.59.0"
0 commit comments