]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the way TK_SELECT_COLUMN is handled so that the subquery is only
authordrh <drh@noemail.net>
Sat, 20 Aug 2016 00:07:01 +0000 (00:07 +0000)
committerdrh <drh@noemail.net>
Sat, 20 Aug 2016 00:07:01 +0000 (00:07 +0000)
commitfc7f27b9d2e4083faba332a9a15d182549f68cb2
treedd3863898d7a12319063c734cb3d79567e0cdb3d
parent8d25cb90cdc01b79eb368299c24846388c4e7866
Change the way TK_SELECT_COLUMN is handled so that the subquery is only
generated once even if part of the vector comparison is used for indexing
and the other part is now.  This change also is a pathway to vector assignment
in UPDATE statements.

FossilOrigin-Name: d8feea7dcde83179bff303072426561cfe825e58
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/vdbemem.c
src/wherecode.c
src/whereexpr.c