]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new interfaces sqlite3_result_pointer(), and branch-3.8.6
authordrh <drh@noemail.net>
Fri, 21 Jul 2017 03:23:38 +0000 (03:23 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Jul 2017 03:23:38 +0000 (03:23 +0000)
commit7a141bfb2e6a67bb7629c3e91b502c2bb138ba99
tree9aac523d4351dac217cf304d8ca65e2e4d00da5a
parented89b29d68f348e2879c0c0160607d6fd6b8f870
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 [f0f492245e95], which is in turn inspired by check-in [72de49f2].

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