]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Factor out the IN operator code generation into a subroutine. Use this
authordrh <drh@noemail.net>
Thu, 12 Nov 2009 17:52:24 +0000 (17:52 +0000)
committerdrh <drh@noemail.net>
Thu, 12 Nov 2009 17:52:24 +0000 (17:52 +0000)
commite3365e6c3762a6bb09f58f371a06797c3cd5e391
treeefa9f84c69870e68eba5386ef93d0e0dac506f08
parent36c563a29349cab10621db06dd3992bc281ce58e
Factor out the IN operator code generation into a subroutine.  Use this
subroutine to implement both logic and branching versions of the IN operator.

FossilOrigin-Name: fcff5b7e2d059ffb8d21df57d0c9648bd876e813
manifest
manifest.uuid
src/expr.c
src/vdbe.c