]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Name resolution and "*" wildcard expansion for parenthesized FROM clauses
authordrh <>
Mon, 2 May 2022 19:59:03 +0000 (19:59 +0000)
committerdrh <>
Mon, 2 May 2022 19:59:03 +0000 (19:59 +0000)
commit72d620bdb1a4e3e7c8d405a56ec382a89202dcec
tree19fdfa059f5a43657fb7350fa8f480cc2845d63c
parent85f93850f7589e27fca2f41789525e9ccca2fb65
Name resolution and "*" wildcard expansion for parenthesized FROM clauses
seems to work the same as PG.  The code is chaos, however, and needs some
cleanup.

FossilOrigin-Name: 6f9c0b07aadc5189c65c3ee4e6938aac10fc0d98f1cb06980f5e5d7b0308f237
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/treeview.c