]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When flattening a view that is the right operand of a LEFT JOIN
authordrh <>
Wed, 1 Mar 2023 20:44:34 +0000 (20:44 +0000)
committerdrh <>
Wed, 1 Mar 2023 20:44:34 +0000 (20:44 +0000)
commit843c71d74829c1842a7282958875ead30d73469e
tree79d696e5b2690116d34042905b8df58a77538f6b
parentcbfa2269c4fa725f7ab8cdfd61ed0648d33e2e0d
When flattening a view that is the right operand of a LEFT JOIN
always insert the TK_IF_NULL_ROW expression nodes, even for TK_COLUMN
expressions, as the TK_COLUMN might be a column from an outer query
and hence still need to be NULLed out.

FossilOrigin-Name: 371838562a675c1bdd9c80250230eb87ac0e5e135cc39abbdbe1f8b1b8149445
manifest
manifest.uuid
src/select.c
test/join2.test