]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that TK_SELECT_COLUMN Expr nodes always have their iTable field set to
authordrh <>
Mon, 5 Jul 2021 01:11:26 +0000 (01:11 +0000)
committerdrh <>
Mon, 5 Jul 2021 01:11:26 +0000 (01:11 +0000)
commit10f08270e11937aa43ef62fcfb0f9650a7eb4deb
tree8e1f84d230a32e95249c65f7aec292b738988c0c
parent105c4b5cedea28a1d06f5331b64b002ebda0e93b
Ensure that TK_SELECT_COLUMN Expr nodes always have their iTable field set to
to the number of columns in the vector. This is not strictly necessary. It
just simplifies the state description and make the code easier to reason about.

FossilOrigin-Name: 026f08d4cff19a95e0f38f2ef431cacd65c7c77ed92e30d7f2ded84651f47150
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/treeview.c
src/whereexpr.c