Make the internal dynamic string interface available to extensions using
commit93d433af07fabde8f4ed8af0343deb3e2232ca29
authorD. Richard Hipp <drh@hwaci.com>
Wed, 9 May 2018 13:46:26 +0000 (9 13:46 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Wed, 9 May 2018 13:46:26 +0000 (9 13:46 +0000)
tree51ecc17be6e9e3314357e0ef9f4d3a4ac0cb35cf
parentc90f4045319facad06b3c1179268f5cbac97257e
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.
12 files changed:
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