]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Split the code generation for the RHS of IN operators and for SELECT and
authordrh <drh@noemail.net>
Sun, 23 Dec 2018 21:27:29 +0000 (21:27 +0000)
committerdrh <drh@noemail.net>
Sun, 23 Dec 2018 21:27:29 +0000 (21:27 +0000)
commit85bcdce270575e78258148c00f2efff7e81e7bc1
treed2b6a940a532952b685c0bd7b93452b771e558c8
parent8d69a58119d68653c045e1476af7fad5566bd3cf
Split the code generation for the RHS of IN operators and for SELECT and
EXISTS expressions into two separate subroutines, because there is now little
commonality between those to functions. This is intended to help make the
code easier to read and maintain.

FossilOrigin-Name: 2b6494b1509f0d0189f98aa34c990eee99c775ff57826e79b2c5b0a12b4c97ad
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/wherecode.c