On 7/28/16, 이영준 <[email protected]> wrote:
>
> For sqlite_sequence table, the hex dump of the problematic entry is like
> below.
> The rootpage of sqlite_sequence resides in page 5.

Please get the original SQLite source tree and run "make showdb" .
Then run the commands:

    ./showdb your-database 5
    ./showdb your-database 5bc

And send me the output.  Thanks.


-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to