]> git.eshelyaron.com Git - emacs.git/commit
Support file:// URIs and readonly DB in 'sqlite-open'
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Apr 2025 09:42:28 +0000 (12:42 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 16 Apr 2025 07:34:24 +0000 (09:34 +0200)
commit2656d20c92dc7740d83e1ee584f839d9c8a855ac
treef59568326e0b354251d92cad1102e256428921c9
parent214412444bbddc58a2f3816aa8cb36ad9e44b029
Support file:// URIs and readonly DB in 'sqlite-open'

* src/sqlite.c (Fsqlite_open): Two new optional arguments,
READONLY and DISABLE-URI.  Doc fix.

* etc/NEWS:
* doc/lispref/text.texi (Database): Document the new optional
arguments to 'sqlite-open'.  (Bug#65274)

(cherry picked from commit 4918de1699152e98c7aaa3ecb21795a3cbd05194)
doc/lispref/text.texi
src/sqlite.c