]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_DBCONFIG_LENIENT_JSON configuration option. Modify the lenient-json
authordrh <>
Fri, 18 Nov 2022 17:50:52 +0000 (17:50 +0000)
committerdrh <>
Fri, 18 Nov 2022 17:50:52 +0000 (17:50 +0000)
commit2756004aa7c227ad4f74b6765e596462ae00ff02
tree61e4f4afc9c540b4b611fd91484cc4b3b9587081
parentd8e48fffdff1ebfbf5e0b2ded9e12ce00b1ba427
Add the SQLITE_DBCONFIG_LENIENT_JSON configuration option.  Modify the
built-in JSON routines such that when this setting is active, arguments that
that ought to be JSON but still give a reasonable result (ex: NULL) rather
than raising an error.

FossilOrigin-Name: 186db57d263be09624cac84c97723d05813d70fe2e88d45e15b9f3b6d8c63935
manifest
manifest.uuid
src/json.c
src/main.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
test/json106.test [new file with mode: 0644]