On Nov 17, 2009, at 9:49 PM, D. Richard Hipp wrote: > > On Nov 17, 2009, at 9:45 PM, Vasu Nori wrote: >> >> sqlite> SELECT _id, typeof(_id) FROM feeds; >> 1|integer >> 2|integer >> 3|integer >> 4|integer >> 5|integer >> 6|integer >> 7|integer >> 8|integer >> 9|integer >> 10|integer >> 11|integer >> 0|integer >> 13|integer >> 14|integer > > > Please email your database directly to me for analysis. [email protected]
The database file is corrupt, but in a way that "PRAGMA integrity_check" does not detect. A single byte at an offset of 13568 into the file seems to have been changed from 0x0c into 0x00. How was this database created? Can you recreate this problem from scratch? D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

