Hi, I was looking at the RTree documentation page with one of my colleagues - http://www.sqlite.org/rtree.html

We tried the example with the schema in 3.1, populated the data from 3.2 and then queried it using the query of 3.3 - we got no results while the documentation says that "the query would very quickly locate the id of 1 even if the R*Tree contained millions of entries".

Is the line "AND minY>=35.00 AND maxY<=35.44;" supposed to be "AND minY>=33.00 AND maxY<=35.44;" (33 instead of 35.00)?

Best Regards,
Mohit.
17/4/2013 | 1:15 AM.



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

Reply via email to