Skip to content

Is rawExecSQL() a stable API? #72

Closed
@commonsguy

Description

@commonsguy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions