(fix)db: prevent empty aliases sql expression (#1813)

This commit is contained in:
Jethro Kuan
2021-08-27 19:01:43 +08:00
committed by GitHub
parent 714ea7a3fc
commit ab87a08e17
2 changed files with 7 additions and 4 deletions

View File

@ -9,6 +9,7 @@
### Fixed
- [#1798](https://github.com/org-roam/org-roam/pull/1798) org-roam-node-at-point: do not skip invisible headings
- [#1807](https://github.com/org-roam/org-roam/pull/1807) capture: always trigger `:if-new` template for existing nodes
- [#1813](https://github.com/org-roam/org-roam/pull/1813) db: prevent empty ROAM_ALIASES from crashing db updates
## 2.1.0
### Added