]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a way for virtual tables to return the expected number of rows for a scan (not...
authordan <dan@noemail.net>
Mon, 11 Nov 2013 19:01:33 +0000 (19:01 +0000)
committerdan <dan@noemail.net>
Mon, 11 Nov 2013 19:01:33 +0000 (19:01 +0000)
commita9f5815b671d305f4a0bd174690ef4862c3ca348
treed8ba095c52f969fbcbfa61ef81959224c64de942
parent4308e348d72e897562888fa8295939b7bd077eec
Add a way for virtual tables to return the expected number of rows for a scan (not just the overall cost) to SQLite. Have the rtree module make use of this.

FossilOrigin-Name: 5a3cfd747a85480d215784817c3821d87ecfa2f7
ext/rtree/rtree.c
ext/rtree/rtree6.test
ext/rtree/rtreeC.test [new file with mode: 0644]
manifest
manifest.uuid
src/sqlite.h.in
src/where.c