aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/data-stores/sqlite.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 00:55:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 00:55:35 +0200
commitc64a4bc56f93c08cf55fb907078e588ad737684c (patch)
treef70767074a4550a2be180dd4659e2dedc922b0b4 /module/vcomponent/data-stores/sqlite.scm
parentMove lens test. (diff)
downloadcalp-c64a4bc56f93c08cf55fb907078e588ad737684c.tar.gz
calp-c64a4bc56f93c08cf55fb907078e588ad737684c.tar.xz
Major work on, something.
Diffstat (limited to 'module/vcomponent/data-stores/sqlite.scm')
-rw-r--r--module/vcomponent/data-stores/sqlite.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/data-stores/sqlite.scm b/module/vcomponent/data-stores/sqlite.scm
index b5b566a8..5d487028 100644
--- a/module/vcomponent/data-stores/sqlite.scm
+++ b/module/vcomponent/data-stores/sqlite.scm
@@ -113,7 +113,7 @@ CREATE TABLE IF NOT EXISTS event_instances_valid_range
(define-method (get-calendar (this <sqlite-data-store>))
(let ((db (database this))
- (calendar (make-vcomponent 'VCALENDAR)))
+ (calendar (vcomponent type: 'VCALENDAR)))
(let ((stmt (sqlite-prepare db "
SELECT key, value FROM calendar_properties cp
LEFT JOIN calendar c ON cp.calendar = c.id