]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The trunk assumes that an open range constraint on an indexed term (col>?) term match...
authordan <dan@noemail.net>
Mon, 28 Apr 2014 19:34:06 +0000 (19:34 +0000)
committerdan <dan@noemail.net>
Mon, 28 Apr 2014 19:34:06 +0000 (19:34 +0000)
commit42685f211e0ba5610a2702f39a80f950c9d4ae4f
tree8e81e42860a2247928fb448fb75757a7a0bf3fb1
parent6b6828625b2843a719fb123dc46feb5666b2cda3
The trunk assumes that an open range constraint on an indexed term (col>?) term matches 1/4 of the indexed rows, and that a closed constraint (col BETWEEN ? AND ?) matches 1/64. Change this branch to do the same.

FossilOrigin-Name: 4047ac75e2a8f0b330255501c42e4f04e5ab500d
manifest
manifest.uuid
src/where.c