]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile-time option causes blob
authordrh <>
Mon, 22 Jan 2024 14:16:10 +0000 (14:16 +0000)
committerdrh <>
Mon, 22 Jan 2024 14:16:10 +0000 (14:16 +0000)
commit41fb2eed07d109c5bf452d443562ec154dc3b78a
tree3292ea6379ad79f71c7018e1eaa609864563d62b
parentb4b7088d5f48f159320d81497a47f4804dd12be7
The -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile-time option causes blob
inputs to JSON functions that are not JSONB to be processed as if they
where text, immulating historical bugging behavior which some applications
have come to rely upon.  See
[forum:/forumpost/012136abd5292b8d|forum thread 012136abd5292b8d] for
discussion.

FossilOrigin-Name: 65572223583d43e1d61ec029641f9d3ff340e68ecfba8342c8d1b0a91a680f2a
manifest
manifest.uuid
src/json.c