]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new interfaces sqlite3_result_pointer(), and branch-3.7.11
authordrh <drh@noemail.net>
Fri, 21 Jul 2017 03:09:35 +0000 (03:09 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Jul 2017 03:09:35 +0000 (03:09 +0000)
commit12ad19e3a9b0a0f514883c7f4203e4aeadfb1fa7
tree49f23fcb71d508e09018e7ef03d1241ecea5308d
parented7fe4b7516cdd47a38a5c1715090f57cc4260b8
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 changes is
inspired by check-in [72de49f2] but is new implementation, not a cherry-pick.

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