Skip to content

Database disk image is malformed, #193

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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