]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update the documentation to the sqlite3_set_auxdata() and sqlite3_get_auxdata()
authordrh <>
Tue, 7 Nov 2023 19:03:13 +0000 (19:03 +0000)
committerdrh <>
Tue, 7 Nov 2023 19:03:13 +0000 (19:03 +0000)
commit17a32953873c52b91a18f79f371bd15887a022ed
tree68fba5e521280fdab2b3b07954997118fd0157a7
parent637922acac23fe995fd2772559eaf5b75d057c9b
Update the documentation to the sqlite3_set_auxdata() and sqlite3_get_auxdata()
routines to make it clear that they do not work as one might expect when they
are called during query planning, instead of during query execution.  The JSON
routines misuse those interfaces, so add a special flag to JSON routines that
prevents them from being invoked during query planning.  Fix for the problem
in [forum:/forumpost/a655ee159eca1ea5|forum post a655ee159eca1ea5].

FossilOrigin-Name: 796a23f9ee33da0803844a2f40c1733db894cc4ef7fbaa1fa94af6af2d3b873b
manifest
manifest.uuid
src/sqlite.h.in
src/sqliteInt.h
src/vdbemem.c