On 3/15/19, Max Vlasov <[email protected]> wrote: > > But 3.27.2 said > malformed database schema ({sqlite_autoindex_mytablename}_1) - orphan > index.
This error message arises from enhanced early detection of corrupt database files that was added to version 3.27.x. Do you still have the original database, before you VACUUM-ed it? If so, what does it say if you run "PRAGMA integrity_check" on that database. Can you share the database with me, through private email? There is always the possibility that the enhanced early detection of corrupt databases is giving a false-positive. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

