]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update documentation to explain that a odd nByte parameter to
authordrh <>
Wed, 24 Jun 2026 12:22:22 +0000 (12:22 +0000)
committerdrh <>
Wed, 24 Jun 2026 12:22:22 +0000 (12:22 +0000)
commit40ffc41dab65ffd3dda3765d1810de924c0dc800
tree96816a9a095f05c56d0297ca4c1a7e4da26e5854
parentf6f20093943453a799c5a5834561f5aad8c9128b
Update documentation to explain that a odd nByte parameter to
sqlite3_prepare16() is undefined behavior.  In addition, always round
down the nByte parameter to an even number so that it in fact harmless
to give it an odd nByte value.
[bugs:/info/2026-06-24T11:25:24Z|Bug 2026-06-24T11:25:24Z].

FossilOrigin-Name: 7af7c501b60358cf84e843eb147e6edf9a5aaca30b1c570abe63ca68b54e3ec2
manifest
manifest.uuid
src/prepare.c
src/sqlite.h.in