; * src/sqlite.c (Fsqlite_load_extension): Add "vec0" to allowed extensions.
This commit is contained in:
parent
96f1db89ee
commit
07b1a36f78
1 changed files with 1 additions and 0 deletions
|
@ -722,6 +722,7 @@ Only modules on Emacs' list of allowed modules can be loaded. */)
|
|||
"rtree",
|
||||
"sha1",
|
||||
"uuid",
|
||||
"vec0",
|
||||
"vector0",
|
||||
"vfslog",
|
||||
"vss0",
|
||||
|
|
Loading…
Add table
Reference in a new issue