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.

Is it possible to fix this or any workarounds available?