]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Take care when checking the table of a TK_COLUMN expression node to see if the
authordrh <drh@noemail.net>
Mon, 17 Feb 2020 00:12:04 +0000 (00:12 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Feb 2020 00:12:04 +0000 (00:12 +0000)
commitbf48ce49f7c25e5d4524de9fdc5c0d505218d06d
tree4709a0faa212a52df6c81f29c01418baf344a522
parentac9e184e1f35154cd710c5fe8bbd280dc7a2aedc
Take care when checking the table of a TK_COLUMN expression node to see if the
table is a virtual table to first ensure that the Expr.y.pTab pointer is not
null due to generated column optimizations.  Ticket [4374860b29383380].

FossilOrigin-Name: 9d0d4ab95dc0c56e053c2924ed322a9ea7b25439e6f74599f706905a1994e454
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/whereexpr.c