]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The query planner tries to avoids using indexes that use unknown collating
authordrh <drh@noemail.net>
Fri, 8 Dec 2017 19:37:04 +0000 (19:37 +0000)
committerdrh <drh@noemail.net>
Fri, 8 Dec 2017 19:37:04 +0000 (19:37 +0000)
commit7e8515d8bec405f8d17a91a94c9d0d690b0a9ff5
tree6fb4068009e6287fcf4b12885188b67d301712ab
parent21540ae47984b44a70dbc653e2edca27c3ee4735
The query planner tries to avoids using indexes that use unknown collating
functions.

FossilOrigin-Name: 02013fc120bf71a8be3550c696a588af8c92f2209f8e5db530624878ddc8aa7e
manifest
manifest.uuid
src/build.c
src/callback.c
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h
src/where.c