]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When a JSON input is a blob, but it looks like valid JSON when cast to text,
authordrh <>
Tue, 23 Jan 2024 13:53:45 +0000 (13:53 +0000)
committerdrh <>
Tue, 23 Jan 2024 13:53:45 +0000 (13:53 +0000)
commit5b9e435d7f561a37edbcdad882bd2a79175994ff
tree81995e774809f2a560c6001ec4e55e2b8e9d69e5
parentf05bd8b21ab5b259f3f6c62c85cd09d652fb7e15
When a JSON input is a blob, but it looks like valid JSON when cast to text,
then accept it as valid JSON.  This replicates a long-standing bug in the
behavior of JSON routines, and thus avoids breaking legacy apps.

FossilOrigin-Name: 4c2c1b97dce46a279846380c937ac6de5c367927c6843516641eead7ea6db472
manifest
manifest.uuid
src/json.c
test/json107.test [new file with mode: 0644]