Snapshot of upstream SQLite 3.38.2
commit5ddd6e7978085b6ae8d8264cb8d1863abd84638e
authorStephen Lombardo <sjlombardo@zetetic.net>
Thu, 14 Apr 2022 19:50:45 +0000 (14 15:50 -0400)
committerStephen Lombardo <sjlombardo@zetetic.net>
Thu, 14 Apr 2022 19:50:45 +0000 (14 15:50 -0400)
treec3086d8bfa53ee73bbaef59f3f0159e1bf83f6c2
parent90401f041e4d351e3e9cae0ddcb1cfffcd71ae7e
Snapshot of upstream SQLite 3.38.2
194 files changed:
Makefile.in
Makefile.msc
README.md
VERSION
autoconf/Makefile.msc
autoconf/README.txt
autoconf/configure.ac
configure
configure.ac
doc/json-enhancements.md [new file with mode: 0644]
ext/expert/sqlite3expert.c
ext/fts3/fts3.c
ext/fts3/fts3Int.h
ext/fts3/fts3_tokenize_vtab.c
ext/fts3/mkfts3amal.tcl [deleted file]
ext/fts5/fts5_index.c
ext/fts5/fts5_main.c
ext/fts5/test/fts5corrupt3.test
ext/fts5/test/fts5eb.test
ext/fts5/test/fts5integrity.test
ext/lsm1/lsm_vtab.c
ext/misc/csv.c
ext/misc/fileio.c
ext/misc/ieee754.c
ext/misc/qpvtab.c [new file with mode: 0644]
ext/misc/regexp.c
ext/misc/series.c
ext/misc/sha1.c
ext/misc/shathree.c
ext/misc/zipfile.c
ext/rbu/sqlite3rbu.c
ext/repair/sqlite3_checker.c.in
ext/rtree/geopoly.c
ext/rtree/rtreeA.test
ext/rtree/rtreecheck.test
ext/rtree/test_rtreedoc.c
ext/session/session8.test
main.mk
manifest
manifest.uuid
src/alter.c
src/attach.c
src/backup.c
src/btree.c
src/btreeInt.h
src/build.c
src/callback.c
src/ctime.c
src/date.c
src/dbpage.c
src/delete.c
src/expr.c
src/fkey.c
src/func.c
src/global.c
src/insert.c
src/json.c [moved from ext/misc/json1.c with 90% similarity]
src/loadext.c
src/main.c
src/malloc.c
src/memjournal.c
src/os_unix.c
src/os_win.c
src/pager.c
src/parse.y
src/pcache.c
src/pragma.c
src/prepare.c
src/printf.c
src/resolve.c
src/select.c
src/shell.c.in
src/sqlite.h.in
src/sqlite3ext.h
src/sqliteInt.h
src/tclsqlite.c
src/test1.c
src/test_bestindex.c
src/test_config.c
src/test_func.c
src/tokenize.c
src/treeview.c
src/trigger.c
src/update.c
src/util.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbeblob.c
src/vdbemem.c
src/vdbesort.c
src/vtab.c
src/wal.c
src/where.c
src/whereInt.h
src/wherecode.c
src/whereexpr.c
src/window.c
test/alterauth2.test
test/altercol.test
test/altermalloc2.test
test/altermalloc3.test
test/alterqf.test
test/altertab2.test
test/atof1.test
test/auth.test
test/autoindex4.test
test/backup.test
test/bestindex1.test
test/bestindex2.test
test/bestindex3.test
test/bestindex4.test
test/bestindex5.test
test/bestindex6.test
test/bestindex7.test
test/bestindex8.test [new file with mode: 0644]
test/bind2.test [new file with mode: 0644]
test/capi3d.test
test/check.test
test/collate1.test
test/ctime.test
test/date.test
test/date3.test [new file with mode: 0644]
test/dbpage.test
test/e_createtable.test
test/e_expr.test
test/e_fkey.test
test/eval.test
test/expr.test
test/fts3aj.test
test/fts3ak.test
test/fts3corrupt.test
test/fts3dropmod.test [new file with mode: 0644]
test/fts4noti.test
test/func.test
test/func6.test
test/fuzz-oss1.test
test/fuzz.test
test/fuzzcheck.c
test/fuzzdata8.db
test/in.test
test/index.test
test/insert4.test
test/join.test
test/join5.test
test/json101.test
test/json102.test
test/json103.test
test/json104.test
test/json105.test
test/merge1.test [new file with mode: 0644]
test/misc1.test
test/pager1.test
test/printf2.test
test/quote.test
test/releasetest_data.tcl
test/returning1.test
test/rowvalue.test
test/rowvalue5.test
test/select6.test
test/shell1.test
test/shell2.test
test/shell3.test
test/shell4.test
test/shell5.test
test/strict1.test
test/subquery.test
test/swarmvtab.test
test/tabfunc01.test
test/tclsqlite.test
test/tkt-7bbfb7d442.test
test/tkt3442.test
test/tkt3841.test
test/trigger1.test
test/update.test
test/upfrom2.test
test/upsert2.test
test/utf16align.test
test/vtab6.test
test/vtabdistinct.test [new file with mode: 0644]
test/vtabrhs1.test [new file with mode: 0644]
test/walro2.test
test/where7.test
test/window6.test
test/without_rowid1.test
tool/lemon.c
tool/logest.c
tool/mkctimec.tcl [changed mode: 0644->0755]
tool/mksqlite3c.tcl
tool/omittest.tcl
tool/sqldiff.c
tool/vdbe-compress.tcl
tool/warnings.sh