]> git.ipfire.org Git - thirdparty/sqlite.git/commit
VIEWs are bound to tables when they are used, not when they are first
authordrh <drh@noemail.net>
Sun, 3 Mar 2002 18:59:40 +0000 (18:59 +0000)
committerdrh <drh@noemail.net>
Sun, 3 Mar 2002 18:59:40 +0000 (18:59 +0000)
commit417be79cd19ae31f6d6c6bd26e3f0bda771913f8
tree8af51bbb75875c2ee04cbeea430890648f828e02
parent75148a27b4da71f01de20279627405563eabe33f
VIEWs are bound to tables when they are used, not when they are first
entered.  This works around the problem of what to do if a table is deleted
that a view refers to. (CVS 415)

FossilOrigin-Name: 6121e5ab9328c90c64d40ade3de73ad11d4aaf4e
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
src/update.c
test/view.test