]> git.eshelyaron.com Git - emacs.git/commit
Make sqlite-select signal errors when there's an error
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Oct 2022 13:41:14 +0000 (15:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Oct 2022 13:41:14 +0000 (15:41 +0200)
commit49160969ced3482398b9ae616fa482bc92ce9e34
tree3bccaf846434f0feff26c96ec507caa287ca8cc4
parent5017f2573f7f878a05f82f69d96e50a6f4d78ec0
Make sqlite-select signal errors when there's an error

* src/sqlite.c (load_dll_functions): Update.
(Fsqlite_select): Signal an error when there's an error preparing
the statement.
src/sqlite.c