]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to detect errors cause by ON clauses that refer to tables to the right of...
authordan <Dan Kennedy>
Fri, 22 Aug 2025 16:25:34 +0000 (16:25 +0000)
committerdan <Dan Kennedy>
Fri, 22 Aug 2025 16:25:34 +0000 (16:25 +0000)
commit54c96b21525c1374e6aba8a2b0f527c32feb1a13
treede2805055024fb5f54230f225e27e00324243206
parent90916e5ba0c5dce5a3fcad6394029b740780ea14
Attempt to detect errors cause by ON clauses that refer to tables to the right of themselves while resolving names, instead of later on after query-flattening and other operations have complicated things.

FossilOrigin-Name: 4bb527d3377f9e0e328c5e9901e5e6d45a90958004db5ff7000baa2ecb3ffeb6
manifest
manifest.uuid
src/resolve.c
src/sqliteInt.h
src/whereexpr.c
test/joinI.test [new file with mode: 0644]