]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have the sqlite3_context object carry the encoding for the prepared statement
authordrh <>
Fri, 1 Apr 2022 15:31:58 +0000 (15:31 +0000)
committerdrh <>
Fri, 1 Apr 2022 15:31:58 +0000 (15:31 +0000)
commit659fdb4da87b3eed2e5b5ec6369f63c34f682e2a
tree7330a3f93b5a88a91365f20490fc8d68ea9f95bb
parentc4c0ff86643edcd3f87d14f41e92f967af8a84c8
Have the sqlite3_context object carry the encoding for the prepared statement
that it represents, so that sqlite3_result() and similar can set the encoding
according to the prepared statement, even if the database encoding has
changed.
dbsqlfuzz c409b10d0a6bccf78ab00f47e1d29d42ee5b3565

FossilOrigin-Name: d4e19314f564126e180e091f9135c7bc55a10442edb46fbd3a4cfad21201dfa6
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbemem.c