]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An attempt to integrate the JSON functions directly into the SQLite core,
authordrh <>
Thu, 6 Jan 2022 01:40:09 +0000 (01:40 +0000)
committerdrh <>
Thu, 6 Jan 2022 01:40:09 +0000 (01:40 +0000)
commit9dbf96bd708311ca99f73760ab20ee7fed7581c9
treed122d4d4a7974062537af54af03d4b1ee06b7bf3
parent10f7365748d12b1391e087db7bfde36867f4c1fb
An attempt to integrate the JSON functions directly into the SQLite core,
rather than holding them as an extension.

FossilOrigin-Name: 583b47d865fb8d2c9ae4d3a4e70356a8a758978efb0a282f6b19775bf41fb748
14 files changed:
Makefile.in
Makefile.msc
configure
configure.ac
ext/rtree/geopoly.c
main.mk
manifest
manifest.uuid
src/ctime.c
src/func.c
src/json.c [moved from ext/misc/json1.c with 90% similarity]
src/main.c
src/sqliteInt.h
tool/mksqlite3c.tcl