]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental code that tries to put the computation of subqueries inside a
authordrh <drh@noemail.net>
Mon, 24 Dec 2018 02:34:49 +0000 (02:34 +0000)
committerdrh <drh@noemail.net>
Mon, 24 Dec 2018 02:34:49 +0000 (02:34 +0000)
commit2c04131ca7e485cd6e6f0741c14b2c570c65122c
treef1f70c8d2ef62ad25f941530935a5f8a97b509be
parent85bcdce270575e78258148c00f2efff7e81e7bc1
Experimental code that tries to put the computation of subqueries inside a
subroutine, and reuse that subroutine if the same subquery is evaluated more
than once.  Current code does not work for CHECK constraints.

FossilOrigin-Name: 6c44838adbe5dc482bc010e91a6dd7a0f777c989f443dd600740d2c783208e0d
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/vdbe.c
src/where.c
src/wherecode.c