]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the OP_Insert opcode to read the key and data to insert from memory cells...
authordanielk1977 <danielk1977@noemail.net>
Thu, 3 Jan 2008 09:51:55 +0000 (09:51 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 3 Jan 2008 09:51:55 +0000 (09:51 +0000)
commit1f4aa337cd87ccb96fdaa58233ad691aaca1ac23
tree4d1d62f99b3d9723546d9d238873f8cd8dda7a29
parent11641c11363ef866ba15f197acf5cd38f2f518a8
Change the OP_Insert opcode to read the key and data to insert from memory cells, not the stack. (CVS 4666)

FossilOrigin-Name: 46501f490a5f5577ea31c758df749e02c7c65f39
13 files changed:
manifest
manifest.uuid
src/analyze.c
src/build.c
src/delete.c
src/insert.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c