Skip to content

android.database.sqlite.SQLiteException: unknown error (code 0 SQLITE_OK[0]): Unable to convert BLOB to string #151

@EMaksymenko

Description

@EMaksymenko

When I execute queryRaw and tabe has BYTE_ARRAY fields, iterator will fail in StatementExecutor with:
android.database.sqlite.SQLiteException: unknown error (code 0 SQLITE_OK[0]): Unable to convert BLOB to string

Because for Blob it should be getBytes which internally uses getBlob instead of getString used.

Image

Is it possible to fix this or any workarounds available?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions