]> git.ipfire.org Git - thirdparty/sqlite.git/commit
A failed attempt to add a new sqlite3_result_zeroterminated() interface that sqlite3_result_zeroterminated
authordrh <>
Fri, 28 Jul 2023 12:59:10 +0000 (12:59 +0000)
committerdrh <>
Fri, 28 Jul 2023 12:59:10 +0000 (12:59 +0000)
commit00c5fef154003ae9d8a1534630b3bc9772a22b1c
treef58963edd95cb053c4d45473ef3366531b3e8a75
parentea6bccaa4487fb3675cb0d9ff98ca603f4f2b9cd
A failed attempt to add a new sqlite3_result_zeroterminated() interface that
is a hint to SQLite that a TEXT result does have a zero terminator.  The idea
is to avoid unnecessary copying of TEXT values. This seems like an
unnecessary complication at the moment, but maybe I'll return to this later.
Note that this check-in does not work - it is a proof of concept only.

FossilOrigin-Name: a0de01108c4b462f8e79bc58fbfe40dec562bbec682679fd0479c79a3c415578
manifest
manifest.uuid
src/func.c
src/json.c
src/loadext.c
src/printf.c
src/sqlite.h.in
src/sqlite3ext.h
src/vdbeapi.c