]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Up until version 3.42.0, there was a bug in json_valid() such that it would
authordrh <>
Fri, 11 Aug 2023 11:12:46 +0000 (11:12 +0000)
committerdrh <>
Fri, 11 Aug 2023 11:12:46 +0000 (11:12 +0000)
commit91c009291756e7e7fa338f8f28335a3d2f3bc3ea
tree62a948a5e113d473922ca7e2a7dca872cd7753a0
parent89e1caf294e50ccbbc94cb75ba8a21c41aeb160c
Up until version 3.42.0, there was a bug in json_valid() such that it would
return False (0) for a NULL input.  That bug is fixed in 3.42.0.  This
check-in adds a compile-time option -DSQLITE_LEGACY_JSON_VALID that restores
the old buggy behavior for applications that depend on it.

FossilOrigin-Name: 15c2eadbff8e732cca45d6c3771d1fcea5aab2127e87f2a611b41ccfef4d1a0d
manifest
manifest.uuid
src/ctime.c
src/json.c
test/json101.test
tool/mkctimec.tcl