On 7/6/17, Manoj Sengottuvel <[email protected]> wrote: > Hi Richard, > > if I do the Vacuum database before the encryption(SEE) then I didn't have > any issue like "The database disk image is malformed". > > Should I do the vacuum every time before applying the encryption/ > decryption (SEE) ? >
Running VACUUM should not make any difference. I don't know what is causing your problem. We don't have enough detail to trouble-shoot the application for you. Can you send example code that causes the SQLITE_CORRUPT error? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

