]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added code to INSERT, DELETE and UPDATE virtual tables. The new code is
authordrh <drh@noemail.net>
Wed, 14 Jun 2006 19:00:20 +0000 (19:00 +0000)
committerdrh <drh@noemail.net>
Wed, 14 Jun 2006 19:00:20 +0000 (19:00 +0000)
commit4cbdda9e273d030228bc58128d59e84009baefeb
tree8da8bb9cb7812dbe99a7e58929aab1b73c630095
parentbadf7a7a2fa7af2e78341999a3de812d04d1eaeb
Added code to INSERT, DELETE and UPDATE virtual tables.  The new code is
mostly untested. (CVS 3248)

FossilOrigin-Name: 32c97b884b104d120db3c0a87f5eab28f36851f8
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbe.c
src/where.c