Roger Binns
unread,Jun 10, 2019, 11:22:05 AM6/10/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlit...@mailinglists.sqlite.org
I am trying to add support for the sqlite3_key API which is present in
HAS_CODEC / encryption extensions. The code is easy but testing is
impossible since I don't have an extension to verify against.
Is there one that can be used and committed to a public repository?
I am hoping that the SQLite team has a minimal version for just this
purpose, of help to me and other language wrapper authors.
Using the PRAGMA key would be fine, but it doesn't accept bindings. As
far as I tell, my wrapper as well as others implements a statement cache
which could leave they key hanging around for a very long time.
Roger