Back out the previous change on this branch. In its place: Determine the
commitad702702dfd038280ab9d741b51d068a1da7ee7a
authorD. Richard Hipp <drh@hwaci.com>
Thu, 25 Apr 2024 16:55:53 +0000 (25 16:55 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 25 Apr 2024 16:55:53 +0000 (25 16:55 +0000)
tree85ec50ad8ee0e6b3616ce98ecb50d9389c5c72ce
parent367f9352a999a275b2790f15f7f6de68da40c2d6
Back out the previous change on this branch.  In its place:  Determine the
affinity of a subquery by the left-most arm of the subquery that has an
affinity other than NONE.  In other words, scan from left to right looking
for an arm of the compound subquery with an affinity of BLOB, TEXT, INTEGER,
or REAL and pick the first one found.  Or stay with NONE if no arm has a
defined affinity.  Test cases added.
src/select.c
test/view.test