]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Record the database name in addition to the table name for DELETE, INSERT,
authordrh <drh@noemail.net>
Thu, 20 Mar 2003 01:16:58 +0000 (01:16 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Mar 2003 01:16:58 +0000 (01:16 +0000)
commit113088ec685755a8abc94ddadc7d0e57dba9c914
tree10f7dfca4a91abe824f641dafcacf41483cf476c
parent001bbcbb8fa5a55e9950445c6287a1fc0496e83e
Record the database name in addition to the table name for DELETE, INSERT,
and UPDATE statements. (CVS 879)

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