]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Code to implement CREATE VIEW is in place. A quick smoke test shows that
authordrh <drh@noemail.net>
Sat, 23 Feb 2002 02:32:10 +0000 (02:32 +0000)
committerdrh <drh@noemail.net>
Sat, 23 Feb 2002 02:32:10 +0000 (02:32 +0000)
commita76b5dfca6c12611fb31f054d692204adddeda08
tree3ed0fe854bca2fa3735bdc0d76f898eec7de99e4
parent17f7193434585e87dbfc96efeb69ae0857969030
Code to implement CREATE VIEW is in place.  A quick smoke test shows that
it works, but there are probably still many bugs. (CVS 387)

FossilOrigin-Name: 39fed2df11382b9855d518502a6c2ca200fa66b8
12 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/tokenize.c
src/update.c
src/where.c