There was an error while loading. Please reload this page.
1 parent 8f15f8a commit a8de1acCopy full SHA for a8de1ac
sqlite3.el
@@ -39,6 +39,7 @@ into memory."
39
(if (null bounds)
40
(sqlite3-core-execute-batch sqlite query)
41
(unless (vectorp bounds)
42
+ (cl-assert (listp bounds))
43
(setq bounds (apply #'vector bounds)))
44
(sqlite3-core-execute-batch sqlite query bounds)))
45
0 commit comments