]> git.eshelyaron.com Git - emacs.git/commit
Allow inserting and selecting binary blobs from sqlite
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Apr 2022 12:58:20 +0000 (14:58 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Apr 2022 12:58:53 +0000 (14:58 +0200)
commit5d032f2904d4604110e24eb3ae0daf8f7701d72f
tree13a686be0f9936e85d29318b8520606d4fccb92c
parent613aa1894500f4c707078e71b497662e91f3f6f3
Allow inserting and selecting binary blobs from sqlite

* doc/lispref/text.texi (Database): Document how to insert binary
data.
* src/sqlite.c (bind_values): Bind BLOB columns correctly (bug#54591).
doc/lispref/text.texi
src/sqlite.c
test/src/sqlite-tests.el