]> git.ipfire.org Git - thirdparty/sqlite.git/commit
A demonstration of how FTS3 cursor pointers can be passed from the MATCH pass-pointer-as-blob
authordrh <drh@noemail.net>
Thu, 27 Jul 2017 14:04:57 +0000 (14:04 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Jul 2017 14:04:57 +0000 (14:04 +0000)
commitf43514f106b52aa526be8a40cba4bdc0b6f70736
tree5fb42845c97577536ced4a57073b9750585f4732
parent1fc376bfd1410f6f21a16dfeb0f0760887be763a
A demonstration of how FTS3 cursor pointers can be passed from the MATCH
operator to the snippet() function securely and opaquely without having to
use the sqlite3_result_pointer() and sqlite3_value_pointer() interfaces.

FossilOrigin-Name: 49cf31da82275dd36132d51aa13234b06ab6dd013bee7f88b15d1842096f4ca5
ext/fts3/fts3.c
ext/fts3/fts3Int.h
manifest
manifest.uuid
src/vdbeapi.c