]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Split the IdList structure into IdList and SrcList. SrcList is used to
authordrh <drh@noemail.net>
Fri, 24 May 2002 02:04:32 +0000 (02:04 +0000)
committerdrh <drh@noemail.net>
Fri, 24 May 2002 02:04:32 +0000 (02:04 +0000)
commitad3cab52fed9a86b8f8209c3dfca3ced8380ddfe
tree5cd345e58f1a31acf59aa2f23e396232805609b0
parentbd5a451d5d271712beeabe82ce2c299b2499020f
Split the IdList structure into IdList and SrcList.  SrcList is used to
represent a FROM clause and IdList is used for everything else.  This change
allows SrcList to grow to support outer joins without burdening the other
uses of IdList. (CVS 584)

FossilOrigin-Name: a167b71d8c27e870bc3079c6132e483bffc83298
13 files changed:
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/parse.y
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbe.c
src/where.c