]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Back out the part of the change in [88a05141c28e5ff1] that adds affinity to
authordrh <>
Wed, 14 Dec 2022 09:06:45 +0000 (09:06 +0000)
committerdrh <>
Wed, 14 Dec 2022 09:06:45 +0000 (09:06 +0000)
commita8b5c8739ce7427727a15cfc95979d1cbc4458f4
treed13391d797a36aad5de072367294843673f270b3
parentc799217cc8ca5284806503d09f5ae7c6cb5d0612
Back out the part of the change in [88a05141c28e5ff1] that adds affinity to
the materialization of a view, as the affinity can be undefined for a compound
query.  This passes all TCL tests, but shows failures in the TH3 tests derived
from [forum:/forumpost/6f842bc5b2dadcb2|forum post 6f842bc5b2dadcb2], presumably
because the WHERE clause of the query uses constraints of the form
"source_crs_code='8675'" instead of "source_crs_code=8675".  Perhaps further
changes on this branch should reimplement affinity on joins in cases where
the affinity is unambiguous.

FossilOrigin-Name: fe5a77bcc4de8f49cc4fe6bd2e2e1f31da8d3bc84120daaa99eb853b06291d15
manifest
manifest.uuid
src/insert.c
src/select.c
src/sqliteInt.h
src/vdbe.c
test/cast.test
test/pushdown.test
test/unionall.test