]> git.eshelyaron.com Git - emacs.git/commit
Introduce a new sqlite-locked-error
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Dec 2021 04:38:29 +0000 (05:38 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Dec 2021 04:38:29 +0000 (05:38 +0100)
commitc86b86f9a9ee3c42aed9ede794e8c3e19ce35ec5
treeede100840c61fee9116a117f663f01a6586ad793
parent2f6601054940e698184f4c9c60a47c16e5baa880
Introduce a new sqlite-locked-error

* src/sqlite.c (Fsqlite_execute): Use it.
(syms_of_sqlite): Introduce a new error for locked databases so
that we can catch that condition on higher levels.
src/sqlite.c