Skip to content

Commit a8de1ac

Browse files
committed
More assertion
1 parent 8f15f8a commit a8de1ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite3.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ into memory."
3939
(if (null bounds)
4040
(sqlite3-core-execute-batch sqlite query)
4141
(unless (vectorp bounds)
42+
(cl-assert (listp bounds))
4243
(setq bounds (apply #'vector bounds)))
4344
(sqlite3-core-execute-batch sqlite query bounds)))
4445

0 commit comments

Comments
 (0)