Re: [sqlite] Database is malformed but no further information

2018-06-13 Thread Clemens Ladisch
Chris Brody wrote: > My understanding is that mobile apps are not 100% predictable since > they may be randomly suspended or terminated, at any point of time. But SQLite is designed so that even killing the process will not corrupt the database, as long as the storage device works correctly. >

Re: [sqlite] Database is malformed but no further information

2018-06-12 Thread Simon Slavin
On 12 Jun 2018, at 11:20pm, skywind mailing lists wrote: > when I load my database into sqlite3 and run an integrity check I only get > the error message: Error: database disk image is malformed > > I do not get any further information. What causes this simple error message? It means that

Re: [sqlite] Database is malformed but no further information

2018-06-12 Thread Chris Brody
My understanding is that mobile apps are not 100% predictable since they may be randomly suspended or terminated, at any point of time. The operating system should give a signal before suspending or terminating but I would not trust it. Goes for Android, iOS, Windows Mobile, and others. To be

[sqlite] Database is malformed but no further information

2018-06-12 Thread skywind mailing lists
Hi, when I load my database into sqlite3 and run an integrity check I only get the error message: Error: database disk image is malformed I do not get any further information. What causes this simple error message? I expected to get some more information what is actually the reason why SQLite3