File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## v0.5.2
4
+
5
+ - When clicking ` Run All ` , cells now execute in series. Previously, cells executed in parallel.
4
6
5
7
- New configuration option for maximum number of result rows before truncating the result table.
6
8
Defaults to ` 25 ` .
11
13
}
12
14
```
13
15
16
+ ## v0.5.1
17
+
18
+ - Fix for ` mysql ` driver result tables that caused each row to render with its own header.
19
+
14
20
## v0.5.0
15
21
16
22
- Bundle ` sqls ` language server into ` vscode-sql-notebook ` .
Original file line number Diff line number Diff line change 7
7
"repository" : {
8
8
"url" : " https://github.com/cmoog/vscode-sql-notebook"
9
9
},
10
- "version" : " 0.5.1 " ,
10
+ "version" : " 0.5.2 " ,
11
11
"preview" : false ,
12
12
"engines" : {
13
13
"vscode" : " ^1.59.0"
You can’t perform that action at this time.
0 commit comments