]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fixes: (1) In the ->> function, instead of setting a subtype and clearing it,
authordrh <>
Thu, 9 Nov 2023 15:01:56 +0000 (15:01 +0000)
committerdrh <>
Thu, 9 Nov 2023 15:01:56 +0000 (15:01 +0000)
commitb10c3d32e05d88288e106681d4e08d7ffa719dd2
tree3afc8c2774871bd6381c300caa22a76ae4e7f17f
parent6eb381ff4a2c430335f5eb6f43915456ef4cbadd
Fixes: (1) In the ->> function, instead of setting a subtype and clearing it,
do not set it in the first place, as doing the set would trigger an error
under SQLITE_STRICT_SUBTYPE.  (2) Allow the SQLITE_STRICT_SUBTYPE through
the property filter on sqlite3_create_function().

FossilOrigin-Name: 6195468b14f6f17ea072cf191c9ef1bd0713acd314bc6dc128be7322bfd612cc
manifest
manifest.uuid
src/json.c
src/main.c
src/vdbeapi.c