You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,25 @@
3
3
4
4
## unreleased
5
5
6
-
> 2021-08-18
6
+
> 2021-08-19
7
7
8
8
### :art: structure/code formating
9
9
10
10
-[9be469a](https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044): update changelog item format
11
11
12
12
-[2d24f86](https://github.com/tami5/sql.nvim/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39): update changelog item format ([#81](https://github.com/tami5/sql.nvim/issues/81))
13
13
14
+
### :bug: Bug Fixes
15
+
16
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/2b500b77c379356d401ee2f37a1c9cf9c1e311e6" >2b500b7</a>: each map sort failing due to closed connection</summary>
17
+
18
+
make map, sort, each, support executing sqlite queries regardless of connection status.
19
+
20
+
- 🐛 func(row) returning nil causing error
21
+
- 🐛 running some tbl function without checking conn
22
+
</details></dd></dl>
23
+
24
+
14
25
### :sparkles: Features
15
26
16
27
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/5944a91d05f34f1d36ef33a62344cfc301fc49b4" >5944a91</a>: table each and map accept function as first argument (<ahref="https://github.com/tami5/sql.nvim/issues/97">#97</a>)</summary>
0 commit comments