Skip to content

Database disk image is malformed, #193

@tuceturan

Description

@tuceturan

Hello,

I'm using sqlite in my android app.When doing multi insert ı use ;
I use existing database in sqlite3

final _db = .sqlite3.open(fileDb.path);
var stmt = _db.prepare(...)
stmt.dispose();
like that but sometimes its throws error "while executing statement, database disk image is malformed"

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