]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3VdbeLoadString() and sqlite3VdbeMultiLoad() routines to help
authordrh <drh@noemail.net>
Thu, 3 Sep 2015 13:46:12 +0000 (13:46 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Sep 2015 13:46:12 +0000 (13:46 +0000)
commit076e85f59ce4b477ff6b979596515769e69c41aa
tree11237b68271c8158538a7b6666406534efa4b62b
parent7cc023c7faf590e54a9f2a491d7f5dfd9e8e76e2
Add the sqlite3VdbeLoadString() and sqlite3VdbeMultiLoad() routines to help
with code generation, especially on PRAGMAs.  Rename sqlite3VdbeAddGoto()
to just sqlite3VdbeGoto().

FossilOrigin-Name: 847387ec8e6fef283899578fb232b2c23b00ee5b
17 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/build.c
src/delete.c
src/expr.c
src/fkey.c
src/insert.c
src/pragma.c
src/select.c
src/update.c
src/vdbe.h
src/vdbeaux.c
src/vtab.c
src/where.c
src/wherecode.c