The -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile-time option causes blob
commite3aecee5e0c77db2fb4f4ef3b354757da103ca2a
authorD. Richard Hipp <drh@hwaci.com>
Mon, 22 Jan 2024 14:16:10 +0000 (22 14:16 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 22 Jan 2024 14:16:10 +0000 (22 14:16 +0000)
tree768a587b05a2f95061a70d7cf1c7e8f617e00047
parentc770252f1467f5f12f4c3185179e559be87c2efa
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.
src/json.c