]> git.eshelyaron.com Git - emacs.git/commit
Add 'sqlite-execute-batch' command
authorJavier Olaechea <pirata@gmail.com>
Mon, 1 Apr 2024 04:07:10 +0000 (23:07 -0500)
committerEshel Yaron <me@eshelyaron.com>
Thu, 6 Jun 2024 10:26:59 +0000 (12:26 +0200)
commitc9d03b90e36f57bc21f43ce46b66aac6ed07d50c
treef68e1b09f73417b1a954ab1972bbeb30d79ef8aa
parent5b1d78d72a3ee7bfa8f8c6a8078d3666c26f0081
Add 'sqlite-execute-batch' command

This command is similar to 'sqlite-execute' except that it
executes multiple statements in exchange for not accepting
any arguments.  (Bug#70145)
* src/sqlite.c (Fsqlite_execute_batch): New function.

* test/src/sqlite-tests.el (sqlite-multiple-statements): Add
smoke test for 'sqlite-execute-batch'.

* etc/NEWS: Mention new command 'sqlite-execute-batch'.
* doc/lispref/text.texi (Database): Document the new command.

(cherry picked from commit 23ef989935d38fe5c2c105933ae5f4d692656c72)
doc/lispref/text.texi
etc/NEWS
src/sqlite.c
test/src/sqlite-tests.el