]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Infrastructure changes to handle name resolution differently. This is needed
authordrh <drh@noemail.net>
Mon, 17 Jan 2005 22:08:19 +0000 (22:08 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Jan 2005 22:08:19 +0000 (22:08 +0000)
commit626a879a25f01431a1212c22b5a99bb768e44b32
tree6d5f94f3e00b00e8fd100d15d577d2a44279d105
parent3719d7f9c4829ee2624bcd64f0e89d86a85eb3c8
Infrastructure changes to handle name resolution differently.  This is needed
to fix various long-standing problems with column names in joins.  It will
also make the implementation of correlated subqueries easier. (CVS 2228)

FossilOrigin-Name: 4a7534396a72ccb300303df28798bb2c50293782
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/where.c