]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to evaluate IN operators as a sequence of comparisons as
authordrh <drh@noemail.net>
Tue, 5 Aug 2014 19:16:22 +0000 (19:16 +0000)
committerdrh <drh@noemail.net>
Tue, 5 Aug 2014 19:16:22 +0000 (19:16 +0000)
commit42191f62481ba60170809af2acde6452a9aacfcd
tree71cf9402496b0f9dbbf5e985a917c68896854181
parent2c5e35ffd159686bdba701a561292beee4351781
parent4336b0e64a42bbf3f7a97511805a300797c681fd
Add the ability to evaluate IN operators as a sequence of comparisons as
an alternative to the long-standing algorithm of building a lookup table.
Use the new implementation in circumstances where it is likely to be faster,
such as when the RHS of the IN changes between successive evaluations.

FossilOrigin-Name: 952868216854e8355edf57af62bd1a6bcb70ce61
manifest
manifest.uuid
src/sqliteInt.h