]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When unable to resolve an identifier, change the Expr node into TK_NULL
authordrh <>
Tue, 19 Dec 2023 13:00:21 +0000 (13:00 +0000)
committerdrh <>
Tue, 19 Dec 2023 13:00:21 +0000 (13:00 +0000)
commit7722f9a60de9bba6eba5c6f625527831db2b5ccd
tree5b6b6dbbcad782f6814622377cee04ce0997a95b
parent1088fc83874e6f2df1737dbaa2f5cc6bcd87737f
When unable to resolve an identifier, change the Expr node into TK_NULL
rather than TK_COLUMN, to prevent any downstream misuse of the non-existent
column.

FossilOrigin-Name: 8f770d14d3dca5eb38faa89c4cba269233aa45cc4a56176fdae22f14974ceeb2
manifest
manifest.uuid
src/resolve.c