Check-in [a9657c87c53c1922] is wrong: the IndexedExpr.bMaybeNullRow flag is
commitfc0d962784827e82e897079360936b2b041fad88
authorD. Richard Hipp <drh@hwaci.com>
Fri, 5 Apr 2024 13:56:05 +0000 (5 13:56 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 5 Apr 2024 13:56:05 +0000 (5 13:56 +0000)
treeb15463fa10b8330bed7b8af3a87d57fc39a63acf
parenteb0665c71de78aae79e24df4fa460917b8615a7d
Check-in [a9657c87c53c1922] is wrong: the IndexedExpr.bMaybeNullRow flag is
required for virtual columns if they are part of an outer join.  Add a
test case (derived from dbsqlfuzz b9e65e2f110df998f1306571fae7af6c01e4d92b)
to prove it.
src/where.c
test/joinH.test