]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the internal dynamic string interface available to extensions using
authordrh <drh@noemail.net>
Wed, 9 May 2018 13:46:26 +0000 (13:46 +0000)
committerdrh <drh@noemail.net>
Wed, 9 May 2018 13:46:26 +0000 (13:46 +0000)
commit0cdbe1aee0739f0f120c578bc5cd9065f23beb71
tree54a03a9fd9e2c2eb2e97baf8a8fb11a8a09f72b1
parent721e8539c38b9221543183305c6e7f2bb2b76833
Make the internal dynamic string interface available to extensions using
the new sqlite3_str object and its associated methods.  This is mostly just
a renaming of internal objects and methods to use external names, through
there are a few small wrapper functions.

FossilOrigin-Name: 87f261f0cb800b06ad786f6df16f2c4dddd0d93dfdcc77b4a4eaa22920b56bf1
14 files changed:
manifest
manifest.uuid
src/btree.c
src/build.c
src/func.c
src/mutex.c
src/pragma.c
src/printf.c
src/sqlite.h.in
src/sqliteInt.h
src/treeview.c
src/vdbeaux.c
src/vdbetrace.c
src/wherecode.c