]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new interfaces sqlite3_result_pointer(), and branch-3.8.10
authordrh <drh@noemail.net>
Fri, 21 Jul 2017 04:08:41 +0000 (04:08 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Jul 2017 04:08:41 +0000 (04:08 +0000)
commit7f71dfe2ef9bac6a225ffbe71a829b3b40d95b80
tree2f65b42cb5d3ecccbfc1bae3ebce82c1715b5cf4
parent93029b970290ac3caa832d202f7f5a747d7b9ef4
Add new interfaces sqlite3_result_pointer(), and
sqlite3_value_pointer() and use them to transfer the eponymous FTS3 column
pointer to the snippet() and offsets() routines.  This is a cherry-pick
of [f0f49224] which was in turn inspired by [72de49f2].

FossilOrigin-Name: 5a3022e0811e24c9d968527eec447f4c2db6c36757f252601d287d9d1b337c72
ext/fts3/fts3.c
manifest
manifest.uuid
src/sqlite.h.in
src/vdbeInt.h
src/vdbeapi.c