I've been working on making a simple DB file reader and according to
the file format document (https://sqlite.org/fileformat.html),
immediately after a "B-tree Page Header" is the "cell pointer array".
Unfortunately, it never actually states how to use these 16-bit values
to compute the addresses they are supposed to point to. If someone
could clarify this for me (and preferably get the documentation
updated) that would be great.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users