On Thu, Aug 21, 2014 at 8:54 PM, Peter Aronson <[email protected]> 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 [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

