]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Back out the previous change on this branch. In its place: Determine the
authordrh <>
Thu, 25 Apr 2024 16:55:53 +0000 (16:55 +0000)
committerdrh <>
Thu, 25 Apr 2024 16:55:53 +0000 (16:55 +0000)
commit23afc2c4ec1abc95f61e75411926527e93ebb500
treed62033bb44348cbf0895468ba8b3b2e1090992a3
parentf8e195159f933d310587bd991f66965ba184c252
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.

FossilOrigin-Name: b8ec8511b1968bbc1472b3e2e21f0fef1d5becebeb31f9d13ee3ca9e13abb1e5
manifest
manifest.uuid
src/select.c
test/view.test