Open nikita-vedre opened 12 months ago
more context would be useful i think
same to me. I think because sqlite3 has deleted these functions.
Simplify the code by removing the unsupported and undocumented SQLITE_HAS_CODEC compile-time option (check-in: 5a877221 user: drh tags: trunk)` https://www.sqlite.org/src/timeline?c=5a877221ce90e752
I try to do:
#include <sqlite3.h>
, add #include "sqlcipher/sqlite3.h"
I am getting error 'sqlite3_key': identifier not found 'sqlite3_key_v2': identifier not found 'sqlite3_rekey': identifier not found 'sqlite3_rekey_v2': identifier not found can anyone suggest solution?