On Thu, Aug 21, 2014 at 8:54 PM, Peter Aronson <pbaron...@att.net> wrote:

>         1. You would need to access SQLite's R-Tree "shadow" tables
> (xx_node, xx_parent, xx_rowid) directly in to perform the traversals
> required by all of the algorithms -- I don't know if this is officially
> supported by SQLite's developers, or if these tables are guaranteed not to
> change;
>

The format of the shadow tables will not change in ways that would break
older versions of SQLite.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to