SQLite “database disk image is malformed”

后端 未结 2 969
星月不相逢
星月不相逢 2021-02-20 15:44

I am having trouble with an app where the SQLite database is getting corrupted. There was the odd case of this previously, but it seems to have become a lot more common after t

2条回答
  •  执念已碎
    2021-02-20 16:29

    sqlite: database disk image is malformed

    In your case, you may consider checking your Integrity Check results. That's how I've solved my problem.

提交回复
热议问题