]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new encoding constant SQLITE_UTF8_ZT, which if used with
authordrh <>
Wed, 21 Jan 2026 19:24:07 +0000 (19:24 +0000)
committerdrh <>
Wed, 21 Jan 2026 19:24:07 +0000 (19:24 +0000)
commite0e67f1a73f3949bce163bdc75dd2dd51b130f7c
treed26f5a498c91f2bcb672f6099a4bc6e512dfc864
parentca0b14a4906fc0e247818078f4526b90a5caa03c
Add a new encoding constant SQLITE_UTF8_ZT, which if used with
sqlite3_result_text64() or sqlite3_bind_text64() declares that the
string provided is UTF8 and zero-terminated at the length specified.

FossilOrigin-Name: 2d84ce88fed12766272f6b1293927eb4c7ce92da0334b09b4875ed2dfdd00ade
manifest
manifest.tags
manifest.uuid
src/func.c
src/sqlite.h.in
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbemem.c