Closed
Description
The only way I could get sqlcipher_export()
to work at all in Android is to execute it via rawExecSQL()
, per your recipe. I can't use execSQL()
because SELECT sqlcipher_export('encrypted')
is a SELECT
statement (so SQLiteDatabase
complains), and I can't use rawQuery()
because... well, it just doesn't seem to actually run.
Is rawExecSQL()
part of a stable public SQLCipher for Android API? I ask, because there is no such method in native Android's SQLiteDatabase
. I just want to make sure that this is a method you expect users of SQLCipher for Android to be relying upon.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels