]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_result_xxxxx() routines so that they all check for and
authordrh <>
Tue, 29 Mar 2022 01:43:09 +0000 (01:43 +0000)
committerdrh <>
Tue, 29 Mar 2022 01:43:09 +0000 (01:43 +0000)
commitfb92e071861384455519a718706d217c4e91a7d6
tree9ad94d8a2fc7c299a2640e655092ce3212b8d4d4
parentbcedbb2781e2fc9acca1ea926e52525e255e279e
Fix the sqlite3_result_xxxxx() routines so that they all check for and
perform any necessary text encoding conversions and check for oversize
strings and BLOBs.  Thus those checks can be done where they are most
efficient and avoided in cases like OP_Function where they are more
expensive.

FossilOrigin-Name: d50b162b2f2e320af0889b931351f9443580465a933f6657fa98f437b6579277
manifest
manifest.uuid
src/vdbe.c
src/vdbeapi.c
src/vdbemem.c