FS#74622 - [sqlcipher] Consider enabling unlock_notify feature for consistency with sqlite3 package

Attached to Project: Community Packages
Opened by Emilio Cobos Álvarez (ecobos) - Monday, 02 May 2022, 21:26 GMT
Last edited by Levente Polyak (anthraxx) - Monday, 20 June 2022, 20:01 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: See https://github.com/mozilla/application-services/pull/4934#issuecomment-1115381697 for a case in which it creates issues.

It seems other distros have the `libsqlite3_unlock_notify` function in libsqlcipher.so (like Arch has on libsqlite3.so, fwiw), so people don't hit the issue in other distros.

It might be useful to have the same features enabled as the sqlite3 package.

Additional info:
* package version(s): 4.5.1-1

Steps to reproduce:

$ nm -gD /usr/lib/libsqlcipher.so | rg sqlite3_unlock
$ nm -gD /usr/lib/libsqlite3.so | rg sqlite3_unlock
000000000009c140 T sqlite3_unlock_notify
This task depends upon

Closed by  Levente Polyak (anthraxx)
Monday, 20 June 2022, 20:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  4.5.1-2
Comment by Felix Yan (felixonmars) - Thursday, 16 June 2022, 06:04 GMT
The other enabled features should also be enabled in sqlcipher, too, IMHO.

sqlcipher is currently a rdep of sqlitebrowser, which is a general purpose GUI to operate on sqlite databases. I also encountered a "no such module: fts5" issue because of this.

Loading...