Snapshot of upstream SQLite 3.25.0
commitbf3fa86130d91d01d80da234f246f5a160a076a6
authorStephen Lombardo <sjlombardo@zetetic.net>
Tue, 18 Sep 2018 16:31:37 +0000 (18 12:31 -0400)
committerStephen Lombardo <sjlombardo@zetetic.net>
Tue, 18 Sep 2018 16:31:37 +0000 (18 12:31 -0400)
treecfd34a654242af7b0c4d5309c53c1b4f82f2d8d8
parent1f3bc22483ba6a8c642b912d8d02e8b1f8b30421
Snapshot of upstream SQLite 3.25.0
558 files changed:
Makefile.in
Makefile.msc
README.md
VERSION
autoconf/Makefile.am
autoconf/Makefile.fallback [new file with mode: 0644]
autoconf/Makefile.msc
autoconf/configure.ac
configure
configure.ac
doc/F2FS.txt [new file with mode: 0644]
doc/lemon.html
ext/expert/README.md [new file with mode: 0644]
ext/expert/expert.c [new file with mode: 0644]
ext/expert/expert1.test [new file with mode: 0644]
ext/expert/sqlite3expert.c [new file with mode: 0644]
ext/expert/sqlite3expert.h [new file with mode: 0644]
ext/expert/test_expert.c [new file with mode: 0644]
ext/fts3/fts3.c
ext/fts3/fts3Int.h
ext/fts3/fts3_expr.c
ext/fts3/fts3_write.c
ext/fts3/unicode/mkunicode.tcl
ext/fts3/unicode/parseunicode.tcl
ext/fts5/fts5.h
ext/fts5/fts5Int.h
ext/fts5/fts5_aux.c
ext/fts5/fts5_expr.c
ext/fts5/fts5_index.c
ext/fts5/fts5_main.c
ext/fts5/fts5_storage.c
ext/fts5/fts5_tcl.c
ext/fts5/fts5_tokenize.c
ext/fts5/fts5_unicode2.c
ext/fts5/fts5_vocab.c
ext/fts5/fts5parse.y
ext/fts5/test/fts5aa.test
ext/fts5/test/fts5af.test
ext/fts5/test/fts5cat.test [new file with mode: 0644]
ext/fts5/test/fts5connect.test [new file with mode: 0644]
ext/fts5/test/fts5fault6.test
ext/fts5/test/fts5fault9.test
ext/fts5/test/fts5faultB.test
ext/fts5/test/fts5first.test [new file with mode: 0644]
ext/fts5/test/fts5plan.test
ext/fts5/test/fts5query.test
ext/fts5/test/fts5rank.test
ext/fts5/test/fts5unicode.test
ext/fts5/test/fts5unicode4.test [new file with mode: 0644]
ext/fts5/test/fts5vocab2.test [new file with mode: 0644]
ext/icu/README.txt
ext/icu/icu.c
ext/lsm1/Makefile
ext/lsm1/lsm-test/lsmtest.h
ext/lsm1/lsm-test/lsmtest1.c
ext/lsm1/lsm-test/lsmtest_tdb.c
ext/lsm1/lsm-test/lsmtest_tdb3.c
ext/lsm1/lsmInt.h
ext/lsm1/lsm_ckpt.c
ext/lsm1/lsm_file.c
ext/lsm1/lsm_main.c
ext/lsm1/lsm_shared.c
ext/lsm1/lsm_sorted.c
ext/lsm1/lsm_vtab.c
ext/lsm1/test/lsm1_simple.test
ext/lsm1/tool/mklsm1c.tcl [new file with mode: 0644]
ext/misc/README.md
ext/misc/appendvfs.c [new file with mode: 0644]
ext/misc/btreeinfo.c [new file with mode: 0644]
ext/misc/closure.c
ext/misc/completion.c
ext/misc/compress.c
ext/misc/csv.c
ext/misc/dbdump.c
ext/misc/eval.c
ext/misc/fileio.c
ext/misc/json1.c
ext/misc/memvfs.c
ext/misc/mmapwarm.c [new file with mode: 0644]
ext/misc/normalize.c [new file with mode: 0644]
ext/misc/rot13.c
ext/misc/scrub.c
ext/misc/series.c
ext/misc/shathree.c
ext/misc/spellfix.c
ext/misc/sqlar.c [new file with mode: 0644]
ext/misc/templatevtab.c [new file with mode: 0644]
ext/misc/unionvtab.c
ext/misc/vtablog.c [new file with mode: 0644]
ext/misc/zipfile.c [new file with mode: 0644]
ext/misc/zorder.c [new file with mode: 0644]
ext/rbu/rbu.c
ext/rbu/rbu1.test
ext/rbu/rbu10.test
ext/rbu/rbu_common.tcl
ext/rbu/rbucollate.test [new file with mode: 0644]
ext/rbu/rbufault.test
ext/rbu/rbufault3.test
ext/rbu/rbufts.test
ext/rbu/rbumulti.test [new file with mode: 0644]
ext/rbu/rbusplit.test [new file with mode: 0644]
ext/rbu/rbutemplimit.test [new file with mode: 0644]
ext/rbu/sqlite3rbu.c
ext/rbu/sqlite3rbu.h
ext/rbu/test_rbu.c
ext/repair/README.md [new file with mode: 0644]
ext/repair/checkfreelist.c [new file with mode: 0644]
ext/repair/checkindex.c [new file with mode: 0644]
ext/repair/sqlite3_checker.c.in [new file with mode: 0644]
ext/repair/sqlite3_checker.tcl [new file with mode: 0644]
ext/repair/test/README.md [new file with mode: 0644]
ext/repair/test/checkfreelist01.test [new file with mode: 0644]
ext/repair/test/checkindex01.test [new file with mode: 0644]
ext/repair/test/test.tcl [new file with mode: 0644]
ext/rtree/geopoly.c [new file with mode: 0644]
ext/rtree/rtree.c
ext/rtree/rtree.h
ext/rtree/rtree1.test
ext/rtree/rtree2.test
ext/rtree/rtree3.test
ext/rtree/rtree4.test
ext/rtree/rtree5.test
ext/rtree/rtree6.test
ext/rtree/rtree7.test
ext/rtree/rtree8.test
ext/rtree/rtree9.test
ext/rtree/rtreeA.test
ext/rtree/rtreeB.test
ext/rtree/rtreeC.test
ext/rtree/rtreeE.test
ext/rtree/rtreeF.test
ext/rtree/rtreeG.test
ext/rtree/rtreeH.test [new file with mode: 0644]
ext/rtree/rtree_util.tcl
ext/rtree/rtreecheck.test [new file with mode: 0644]
ext/rtree/rtreeconnect.test [new file with mode: 0644]
ext/rtree/util/randomshape.tcl [new file with mode: 0644]
ext/rtree/visual01.txt [new file with mode: 0644]
ext/session/session1.test
ext/session/session4.test
ext/session/sessionD.test
ext/session/sessionG.test
ext/session/sessionH.test [new file with mode: 0644]
ext/session/session_common.tcl
ext/session/sessionat.test
ext/session/sessionfault2.test
ext/session/sessionrebase.test [new file with mode: 0644]
ext/session/sessionstat1.test [new file with mode: 0644]
ext/session/sqlite3session.c
ext/session/sqlite3session.h
ext/session/test_session.c
main.mk
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/attach.c
src/auth.c
src/backup.c
src/btmutex.c
src/btree.c
src/btree.h
src/btreeInt.h
src/build.c
src/callback.c
src/ctime.c
src/date.c
src/dbpage.c [new file with mode: 0644]
src/dbstat.c
src/delete.c
src/expr.c
src/fkey.c
src/func.c
src/global.c
src/insert.c
src/loadext.c
src/main.c
src/malloc.c
src/memdb.c [new file with mode: 0644]
src/memjournal.c
src/mutex.c
src/mutex_unix.c
src/mutex_w32.c
src/os.c
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/pager.h
src/parse.y
src/pcache.c
src/pcache.h
src/pcache1.c
src/pragma.c
src/prepare.c
src/printf.c
src/resolve.c
src/rowset.c
src/select.c
src/shell.c [deleted file]
src/shell.c.in
src/sqlite.h.in
src/sqlite3ext.h
src/sqliteInt.h
src/status.c
src/tclsqlite.c
src/test1.c
src/test3.c
src/test6.c
src/test8.c
src/test_bestindex.c
src/test_config.c
src/test_devsym.c
src/test_func.c
src/test_malloc.c
src/test_md5.c [new file with mode: 0644]
src/test_tclsh.c [new file with mode: 0644]
src/test_tclvar.c
src/test_vfs.c
src/test_windirent.c
src/test_windirent.h
src/test_window.c [new file with mode: 0644]
src/tokenize.c
src/treeview.c
src/trigger.c
src/update.c
src/upsert.c [new file with mode: 0644]
src/util.c
src/vacuum.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbeblob.c
src/vdbemem.c
src/vdbesort.c
src/vdbetrace.c
src/vtab.c
src/wal.c
src/wal.h
src/walker.c
src/where.c
src/whereInt.h
src/wherecode.c
src/whereexpr.c
src/window.c [new file with mode: 0644]
test/aggnested.test
test/all.test
test/alter.test
test/alter4.test
test/alterauth.test [new file with mode: 0644]
test/altercol.test [new file with mode: 0644]
test/altermalloc2.test [new file with mode: 0644]
test/altertab.test [new file with mode: 0644]
test/analyze.test
test/analyze3.test
test/analyze4.test
test/analyze6.test
test/analyze7.test
test/analyze8.test
test/analyze9.test
test/analyzeA.test
test/analyzeD.test
test/analyzeF.test
test/atomic.test [new file with mode: 0644]
test/atomic2.test [new file with mode: 0644]
test/atrc.c [new file with mode: 0644]
test/attach2.test
test/auth.test
test/autoinc.test
test/autoindex1.test
test/autoindex3.test
test/autoindex5.test
test/avtrans.test
test/bestindex1.test
test/bestindex2.test
test/bestindex3.test
test/bestindex5.test [new file with mode: 0644]
test/bestindex6.test [new file with mode: 0644]
test/bigmmap.test [new file with mode: 0644]
test/btree02.test
test/busy.test
test/capi2.test
test/capi3.test
test/cast.test
test/closure01.test
test/colname.test
test/corrupt2.test
test/corrupt3.test
test/corruptC.test
test/corruptK.test
test/cost.test
test/countofview.test [new file with mode: 0644]
test/coveridxscan.test
test/crash8.test
test/csv01.test
test/cursorhint2.test
test/dataversion1.test [new file with mode: 0644]
test/dbpage.test [new file with mode: 0644]
test/dbstatus.test
test/dbstatus2.test
test/delete.test
test/delete_db.test
test/distinct2.test
test/e_createtable.test
test/e_expr.test
test/e_fkey.test
test/e_select.test
test/e_uri.test
test/eqp.test
test/exclusive.test
test/expr.test
test/fallocate.test
test/fkey1.test
test/fkey2.test
test/fkey7.test
test/fts3aa.test
test/fts3ao.test
test/fts3aux1.test
test/fts3conf.test
test/fts3expr.test
test/fts3expr4.test
test/fts3join.test
test/fts3query.test
test/fts3rank.test [new file with mode: 0644]
test/fts4onepass.test
test/func.test
test/func6.test [new file with mode: 0644]
test/fuzz_malloc.test
test/fuzzcheck.c
test/fuzzdata2.db
test/fuzzdata4.db
test/fuzzdata5.db
test/fuzzdata6.db [new file with mode: 0644]
test/having.test
test/hook.test
test/icu.test
test/in6.test [new file with mode: 0644]
test/index6.test
test/index7.test
test/indexedby.test
test/indexexpr1.test
test/indexexpr2.test
test/insert.test
test/ioerr.test
test/istrue.test [new file with mode: 0644]
test/join.test
test/join2.test
test/join5.test
test/journal1.test
test/journal3.test
test/jrnlmode.test
test/jrnlmode2.test
test/json101.test
test/json103.test
test/kvtest.c
test/like.test
test/like3.test
test/limit2.test
test/lock4.test
test/lookaside.test
test/main.test
test/malloc.test
test/malloc3.test
test/malloc5.test
test/mallocK.test
test/memdb1.test [new file with mode: 0644]
test/memsubsys1.test
test/minmax2.test
test/misc1.test
test/misc7.test
test/misc8.test
test/mjournal.test [new file with mode: 0644]
test/mmap1.test
test/mmapwarm.test [new file with mode: 0644]
test/nan.test
test/nockpt.test
test/normalize.test [new file with mode: 0644]
test/notnull.test
test/optfuzz-db01.c [new file with mode: 0644]
test/optfuzz-db01.txt [new file with mode: 0644]
test/optfuzz.c [new file with mode: 0644]
test/orderby1.test
test/orderby5.test
test/oserror.test
test/ossfuzz.c
test/ossshell.c
test/pager1.test
test/pager3.test
test/pagerfault.test
test/permutations.test
test/pg_common.tcl [new file with mode: 0644]
test/pragma.test
test/pragma4.test
test/pragma5.test [new file with mode: 0644]
test/printf2.test
test/releasetest.tcl
test/resetdb.test [new file with mode: 0644]
test/rollback.test
test/rollback2.test
test/rowvalue.test
test/rowvalue4.test
test/savepoint.test
test/scanstatus.test
test/schema6.test [new file with mode: 0644]
test/schemafault.test [new file with mode: 0644]
test/securedel.test
test/select1.test
test/select5.test
test/selectA.test
test/selectD.test
test/selectG.test
test/server1.test
test/sessionfuzz-data1.db [new file with mode: 0644]
test/sessionfuzz.c [new file with mode: 0644]
test/sharedA.test
test/shell1.test
test/shell3.test
test/shell6.test
test/shell8.test [new file with mode: 0644]
test/skipscan1.test
test/skipscan2.test
test/skipscan6.test
test/snapshot.test
test/snapshot2.test
test/snapshot3.test [new file with mode: 0644]
test/snapshot4.test [new file with mode: 0644]
test/snapshot_fault.test
test/snapshot_up.test [new file with mode: 0644]
test/soak.test
test/sort5.test
test/sorterref.test [new file with mode: 0644]
test/speed4p.test
test/speedtest1.c
test/spellfix.test
test/spellfix4.test [new file with mode: 0644]
test/stmt.test
test/stmtvtab1.test
test/subquery2.test
test/swarmvtab.test [new file with mode: 0644]
test/swarmvtab2.test [new file with mode: 0644]
test/swarmvtab3.test [new file with mode: 0644]
test/swarmvtabfault.test [new file with mode: 0644]
test/symlink.test
test/sync.test
test/sync2.test
test/syscall.test
test/tclsqlite.test
test/tempdb.test
test/tempdb2.test
test/temptable2.test
test/tester.tcl
test/thread001.test
test/tkt-26ff0c2d1e.test
test/tkt-385a5b56b9.test
test/tkt-78e04e52ea.test
test/tkt-7a31705a7e6.test
test/tkt-a8a0d2996a.test
test/tkt-b75a9ca6b0.test
test/tkt-c694113d5.test [new file with mode: 0644]
test/tkt3334.test
test/tkt3442.test
test/tkt3457.test
test/tpch01.test
test/trace.test
test/trace3.test
test/trigger1.test
test/trigger7.test
test/triggerE.test
test/triggerG.test
test/unionvtabfault.test
test/unordered.test
test/update.test
test/update2.test
test/upsert1.test [new file with mode: 0644]
test/upsert2.test [new file with mode: 0644]
test/upsert3.test [new file with mode: 0644]
test/upsert4.test [new file with mode: 0644]
test/upsertfault.test [new file with mode: 0644]
test/vacuum4.test
test/vacuum5.test
test/varint.test
test/view.test
test/vtab2.test
test/vtabE.test
test/vtabH.test
test/vtabJ.test [new file with mode: 0644]
test/wal2.test
test/walfault.test
test/walmode.test
test/walprotocol.test
test/walprotocol2.test [new file with mode: 0644]
test/walro.test
test/walro2.test [new file with mode: 0644]
test/walrofault.test [new file with mode: 0644]
test/walthread.test
test/where.test
test/where3.test
test/where7.test
test/where8.test
test/where9.test
test/whereA.test
test/whereF.test
test/whereG.test
test/whereI.test
test/whereJ.test
test/whereL.test [new file with mode: 0644]
test/wherelfault.test [new file with mode: 0644]
test/wherelimit.test
test/wherelimit2.test [new file with mode: 0644]
test/win32heap.test
test/window1.test [new file with mode: 0644]
test/window2.tcl [new file with mode: 0644]
test/window2.test [new file with mode: 0644]
test/window3.tcl [new file with mode: 0644]
test/window3.test [new file with mode: 0644]
test/window4.tcl [new file with mode: 0644]
test/window4.test [new file with mode: 0644]
test/window5.test [new file with mode: 0644]
test/window6.test [new file with mode: 0644]
test/windowfault.test [new file with mode: 0644]
test/with1.test
test/with2.test
test/with3.test
test/with4.test [new file with mode: 0644]
test/without_rowid1.test
test/without_rowid3.test
test/wordcount.c
test/writecrash.test [new file with mode: 0644]
test/zerodamage.test
test/zipfile.test [new file with mode: 0644]
test/zipfile2.test [new file with mode: 0644]
test/zipfilefault.test [new file with mode: 0644]
tool/addopcodes.tcl
tool/lemon.c
tool/lempar.c
tool/mkautoconfamal.sh
tool/mkccode.tcl [new file with mode: 0755]
tool/mkkeywordhash.c
tool/mkmsvcmin.tcl
tool/mkopcodeh.tcl
tool/mkopts.tcl
tool/mkshellc.tcl
tool/mksourceid.c [copied from ext/misc/shathree.c with 51% similarity]
tool/mksqlite3c-noext.tcl
tool/mksqlite3c.tcl
tool/mksqlite3h.tcl
tool/showshm.c [new file with mode: 0644]
tool/spaceanal.tcl
tool/speed-check.sh
tool/split-sqlite3c.tcl
tool/sqldiff.c
tool/sqlite3_analyzer.c.in [new file with mode: 0644]
tool/sqltclsh.c.in [new file with mode: 0644]
tool/sqltclsh.tcl [new file with mode: 0644]
tool/tostr.tcl [deleted file]
tool/warnings-clang.sh