Skip to content

Commit 28c8c5b

Browse files
📝 update CHANGELOG.md
1 parent 2b500b7 commit 28c8c5b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,25 @@
33

44
## unreleased
55

6-
> 2021-08-18
6+
> 2021-08-19
77
88
### :art: structure/code formating
99

1010
- [9be469a](https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044): update changelog item format
1111

1212
- [2d24f86](https://github.com/tami5/sql.nvim/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39): update changelog item format ([#81](https://github.com/tami5/sql.nvim/issues/81))
1313

14+
### :bug: Bug Fixes
15+
16+
<dl><dd><details><summary><a href="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+
1425
### :sparkles: Features
1526

1627
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/5944a91d05f34f1d36ef33a62344cfc301fc49b4" >5944a91</a>: table each and map accept function as first argument (<a href="https://github.com/tami5/sql.nvim/issues/97">#97</a>)</summary>

0 commit comments

Comments
 (0)