]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the LIKE optimization decision logic so that it uses
authordrh <drh@noemail.net>
Fri, 14 Jun 2019 12:28:21 +0000 (12:28 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Jun 2019 12:28:21 +0000 (12:28 +0000)
commit060b7fa9745e1439ce1d9be96bb921b98b0a6da3
tree0738531ef57d7578060ed206c959f346ba800f4f
parent4eb4e4fe7e1e60bbcb5009a43bb6278e0a81edff
Refactor the LIKE optimization decision logic so that it uses
sqlite3AtoF() on both boundary keys to determine if the optimization can be
used when the LHS is something that might not have TEXT affinity.
Ticket [ce8717f0885af975].  See also [c94369cae9b561b1],
[b043a54c3de54b28], [fd76310a5e843e07], and [158290c0abafde67].

FossilOrigin-Name: b4a9e09e60213ccff925d09f0b6e549e2a3e3862856c710f108779e2867dec76
manifest
manifest.uuid
src/whereexpr.c
test/like3.test
test/tkt-78e04e52ea.test
test/vtab1.test
test/vtabH.test