]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite3ProcessJoin() routine converts a NATURAL JOIN into a JOIN USING so
authordrh <>
Fri, 15 Apr 2022 17:08:40 +0000 (17:08 +0000)
committerdrh <>
Fri, 15 Apr 2022 17:08:40 +0000 (17:08 +0000)
commit22c4bc8991e45118d22a8bf818aad0191ee5979d
treeec62fc83ca844311b8032d53f378e8e8953183a1
parenta99e325468d0c46919cf8a88f7c0b5bb8a4987a8
The sqlite3ProcessJoin() routine converts a NATURAL JOIN into a JOIN USING so
that henceforth the NATURAL keyword can be ignored.

FossilOrigin-Name: 8378e1e0d289627fb294ccd3f5865ef49df3a42b8a5aa211e21be1b42d9da753
manifest
manifest.uuid
src/resolve.c
src/select.c