SQLite

Check-in [2ac72114a1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge latest trunk changes into this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: 2ac72114a1f5344b42472b941c60f460c28c981a22ea40909b30f7bf4eb4b11b
User & Date: dan 2018-10-08 18:58:51.339
Context
2018-10-08
20:37
Merge fixes from trunk. (check-in: 9c8255a199 user: drh tags: reuse-schema)
18:58
Merge latest trunk changes into this branch. (check-in: 2ac72114a1 user: dan tags: reuse-schema)
12:58
Add the geopoly_reverse() function to the GeoPoly extension. (check-in: 690dd18a57 user: drh tags: trunk)
2017-08-09
20:35
Add experimental sqlite3_open_v2() flag SQLITE_OPEN_REUSE_SCHEMA. For sharing identical in-memory schema objects between connections. (check-in: a625698048 user: dan tags: reuse-schema)
Changes
Unified Diff Side-by-Side Diff Patch
Added .fossil-settings/empty-dirs.
Added .fossil-settings/ignore-glob.
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to README.md.
Changes to VERSION.
Changes to autoconf/Makefile.am.
Added autoconf/Makefile.fallback.
Changes to autoconf/Makefile.msc.
Changes to autoconf/configure.ac.
Changes to configure.
Changes to configure.ac.
Added doc/F2FS.txt.
Changes to doc/lemon.html.
Added ext/expert/README.md.
Added ext/expert/expert.c.
Added ext/expert/expert1.test.
Added ext/expert/sqlite3expert.c.
Added ext/expert/sqlite3expert.h.
Added ext/expert/test_expert.c.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts3/unicode/mkunicode.tcl.
Changes to ext/fts3/unicode/parseunicode.tcl.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_aux.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/fts5_storage.c.
Changes to ext/fts5/fts5_tcl.c.
Changes to ext/fts5/fts5_tokenize.c.
Changes to ext/fts5/fts5_unicode2.c.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/fts5/fts5parse.y.
Changes to ext/fts5/test/fts5aa.test.
Changes to ext/fts5/test/fts5af.test.
Added ext/fts5/test/fts5cat.test.
Added ext/fts5/test/fts5connect.test.
Changes to ext/fts5/test/fts5fault6.test.
Changes to ext/fts5/test/fts5fault9.test.
Changes to ext/fts5/test/fts5faultB.test.
Added ext/fts5/test/fts5first.test.
Changes to ext/fts5/test/fts5plan.test.
Changes to ext/fts5/test/fts5query.test.
Changes to ext/fts5/test/fts5rank.test.
Changes to ext/fts5/test/fts5unicode.test.
Added ext/fts5/test/fts5unicode4.test.
Added ext/fts5/test/fts5vocab2.test.
Changes to ext/icu/README.txt.
Changes to ext/icu/icu.c.
Changes to ext/lsm1/Makefile.
Changes to ext/lsm1/lsm-test/lsmtest.h.
Changes to ext/lsm1/lsm-test/lsmtest1.c.
Changes to ext/lsm1/lsm-test/lsmtest_tdb.c.
Changes to ext/lsm1/lsm-test/lsmtest_tdb3.c.
Changes to ext/lsm1/lsmInt.h.
Changes to ext/lsm1/lsm_ckpt.c.
Changes to ext/lsm1/lsm_file.c.
Changes to ext/lsm1/lsm_main.c.
Changes to ext/lsm1/lsm_shared.c.
Changes to ext/lsm1/lsm_sorted.c.
Changes to ext/lsm1/lsm_vtab.c.
Changes to ext/lsm1/test/lsm1_simple.test.
Added ext/lsm1/tool/mklsm1c.tcl.
Changes to ext/misc/README.md.
Added ext/misc/appendvfs.c.
Added ext/misc/btreeinfo.c.
Changes to ext/misc/closure.c.
Changes to ext/misc/completion.c.
Changes to ext/misc/compress.c.
Changes to ext/misc/csv.c.
Changes to ext/misc/dbdump.c.
Changes to ext/misc/eval.c.
Added ext/misc/explain.c.
Changes to ext/misc/fileio.c.
Changes to ext/misc/json1.c.
Added ext/misc/memstat.c.
Changes to ext/misc/memvfs.c.
Added ext/misc/mmapwarm.c.
Added ext/misc/normalize.c.
Changes to ext/misc/rot13.c.
Changes to ext/misc/scrub.c.
Changes to ext/misc/series.c.
Changes to ext/misc/sha1.c.
Changes to ext/misc/shathree.c.
Changes to ext/misc/spellfix.c.
Added ext/misc/sqlar.c.
Added ext/misc/templatevtab.c.
Changes to ext/misc/unionvtab.c.
Added ext/misc/vtablog.c.
Added ext/misc/zipfile.c.
Added ext/misc/zorder.c.
Changes to ext/rbu/rbu.c.
Changes to ext/rbu/rbu1.test.
Changes to ext/rbu/rbu_common.tcl.
Added ext/rbu/rbucollate.test.
Added ext/rbu/rbumulti.test.
Added ext/rbu/rbusplit.test.
Added ext/rbu/rbutemplimit.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.
Added ext/repair/README.md.
Added ext/repair/checkfreelist.c.
Added ext/repair/checkindex.c.
Added ext/repair/sqlite3_checker.c.in.
Added ext/repair/sqlite3_checker.tcl.
Added ext/repair/test/README.md.
Added ext/repair/test/checkfreelist01.test.
Added ext/repair/test/checkindex01.test.
Added ext/repair/test/test.tcl.
Added ext/rtree/geopoly.c.
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree.h.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree2.test.
Changes to ext/rtree/rtree3.test.
Changes to ext/rtree/rtree4.test.
Changes to ext/rtree/rtree5.test.
Changes to ext/rtree/rtree6.test.
Changes to ext/rtree/rtree7.test.
Changes to ext/rtree/rtree8.test.
Changes to ext/rtree/rtree9.test.
Changes to ext/rtree/rtreeA.test.
Changes to ext/rtree/rtreeB.test.
Changes to ext/rtree/rtreeC.test.
Changes to ext/rtree/rtreeE.test.
Changes to ext/rtree/rtreeF.test.
Changes to ext/rtree/rtreeG.test.
Added ext/rtree/rtreeH.test.
Changes to ext/rtree/rtree_util.tcl.
Added ext/rtree/rtreecheck.test.
Added ext/rtree/rtreeconnect.test.
Added ext/rtree/util/randomshape.tcl.
Added ext/rtree/visual01.txt.
Changes to ext/session/session1.test.
Changes to ext/session/session4.test.
Changes to ext/session/sessionD.test.
Changes to ext/session/sessionG.test.
Added ext/session/sessionH.test.
Changes to ext/session/session_common.tcl.
Changes to ext/session/sessionat.test.
Changes to ext/session/sessionfault2.test.
Added ext/session/sessionrebase.test.
Added ext/session/sessionstat1.test.
Changes to ext/session/sqlite3session.c.
Changes to ext/session/sqlite3session.h.
Changes to ext/session/test_session.c.
Changes to ext/userauth/userauth.c.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/attach.c.
Changes to src/auth.c.
Changes to src/backup.c.
Changes to src/btmutex.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/ctime.c.
Changes to src/date.c.
Added src/dbpage.c.
Changes to src/dbstat.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/insert.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/malloc.c.
Added src/memdb.c.
Changes to src/mutex.c.
Changes to src/mutex_unix.c.
Changes to src/mutex_w32.c.
Changes to src/os.c.
Changes to src/os.h.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/parse.y.
Changes to src/pcache.c.
Changes to src/pcache.h.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/pragma.h.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/rowset.c.
Changes to src/select.c.
Deleted src/shell.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test3.c.
Changes to src/test8.c.
Changes to src/test_bestindex.c.
Changes to src/test_config.c.
Changes to src/test_func.c.
Changes to src/test_malloc.c.
Added src/test_md5.c.
Added src/test_tclsh.c.
Changes to src/test_tclvar.c.
Changes to src/test_vfs.c.
Changes to src/test_windirent.c.
Changes to src/test_windirent.h.
Added src/test_window.c.
Changes to src/tokenize.c.
Changes to src/treeview.c.
Changes to src/trigger.c.
Changes to src/update.c.
Added src/upsert.c.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/vdbetrace.c.
Changes to src/vtab.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Added src/window.c.
Changes to test/aggnested.test.
Changes to test/all.test.
Changes to test/alter.test.
Changes to test/alter4.test.
Added test/alterauth.test.
Added test/alterauth2.test.
Added test/altercol.test.
Added test/alterlegacy.test.
Changes to test/altermalloc.test.
Added test/altermalloc2.test.
Added test/altertab.test.
Added test/altertab2.test.
Changes to test/analyze.test.
Changes to test/analyze3.test.
Changes to test/analyze4.test.
Changes to test/analyze6.test.
Changes to test/analyze7.test.
Changes to test/analyze8.test.
Changes to test/analyze9.test.
Changes to test/analyzeA.test.
Changes to test/analyzeD.test.
Changes to test/analyzeF.test.
Added test/atomic2.test.
Added test/atrc.c.
Changes to test/attach2.test.
Changes to test/attachmalloc.test.
Changes to test/auth.test.
Changes to test/autoinc.test.
Changes to test/autoindex1.test.
Changes to test/autoindex3.test.
Changes to test/autoindex5.test.
Changes to test/avtrans.test.
Changes to test/bestindex1.test.
Changes to test/bestindex2.test.
Changes to test/bestindex3.test.
Added test/bestindex5.test.
Added test/bestindex6.test.
Changes to test/bigmmap.test.
Changes to test/btree02.test.
Changes to test/busy.test.
Changes to test/capi2.test.
Changes to test/capi3.test.
Changes to test/capi3c.test.
Changes to test/cast.test.
Changes to test/closure01.test.
Changes to test/colname.test.
Changes to test/corrupt2.test.
Changes to test/corrupt3.test.
Changes to test/corruptC.test.
Changes to test/corruptK.test.
Changes to test/cost.test.
Added test/countofview.test.
Changes to test/coveridxscan.test.
Changes to test/crash5.test.
Changes to test/crash8.test.
Changes to test/csv01.test.
Changes to test/cursorhint2.test.
Added test/dataversion1.test.
Added test/dbpage.test.
Changes to test/dbstatus.test.
Changes to test/dbstatus2.test.
Changes to test/delete.test.
Changes to test/delete_db.test.
Changes to test/distinct2.test.
Changes to test/e_createtable.test.
Changes to test/e_expr.test.
Changes to test/e_fkey.test.
Changes to test/e_select.test.
Changes to test/e_uri.test.
Changes to test/eqp.test.
Changes to test/exclusive.test.
Changes to test/expr.test.
Changes to test/fallocate.test.
Changes to test/fkey1.test.
Changes to test/fkey2.test.
Changes to test/fkey7.test.
Changes to test/fts3aa.test.
Changes to test/fts3ao.test.
Changes to test/fts3aux1.test.
Changes to test/fts3conf.test.
Changes to test/fts3expr.test.
Changes to test/fts3expr4.test.
Changes to test/fts3join.test.
Changes to test/fts3query.test.
Added test/fts3rank.test.
Changes to test/fts4onepass.test.
Changes to test/func.test.
Added test/func6.test.
Changes to test/fuzz_malloc.test.
Changes to test/fuzzcheck.c.
Changes to test/fuzzdata2.db.
Changes to test/fuzzdata4.db.
Changes to test/fuzzdata5.db.
Added test/fuzzdata6.db.
Changes to test/having.test.
Changes to test/hook.test.
Changes to test/icu.test.
Added test/in6.test.
Changes to test/incrblob_err.test.
Changes to test/index6.test.
Changes to test/index7.test.
Changes to test/indexedby.test.
Changes to test/indexexpr1.test.
Changes to test/indexexpr2.test.
Changes to test/insert.test.
Changes to test/ioerr.test.
Added test/istrue.test.
Changes to test/join.test.
Changes to test/join2.test.
Changes to test/join5.test.
Changes to test/journal1.test.
Changes to test/journal3.test.
Changes to test/jrnlmode.test.
Changes to test/jrnlmode2.test.
Changes to test/json101.test.
Changes to test/json103.test.
Changes to test/kvtest.c.
Changes to test/like.test.
Changes to test/like3.test.
Changes to test/limit2.test.
Changes to test/lock4.test.
Changes to test/lookaside.test.
Changes to test/main.test.
Changes to test/malloc.test.
Changes to test/malloc3.test.
Changes to test/malloc5.test.
Changes to test/mallocK.test.
Added test/malloctraceviewer.tcl.
Added test/memdb1.test.
Changes to test/memsubsys1.test.
Changes to test/minmax2.test.
Changes to test/misc1.test.
Changes to test/misc7.test.
Changes to test/misc8.test.
Added test/mjournal.test.
Changes to test/mmap1.test.
Added test/mmapwarm.test.
Changes to test/nan.test.
Changes to test/nockpt.test.
Added test/normalize.test.
Changes to test/notnull.test.
Added test/optfuzz-db01.c.
Added test/optfuzz-db01.txt.
Added test/optfuzz.c.
Changes to test/orderby1.test.
Changes to test/orderby5.test.
Changes to test/oserror.test.
Changes to test/ossfuzz.c.
Changes to test/ossshell.c.
Changes to test/pager1.test.
Changes to test/pager3.test.
Changes to test/pagerfault.test.
Changes to test/permutations.test.
Added test/pg_common.tcl.
Changes to test/pragma.test.
Changes to test/pragma4.test.
Added test/pragma5.test.
Changes to test/printf.test.
Changes to test/printf2.test.
Changes to test/releasetest.tcl.
Added test/resetdb.test.
Changes to test/rollback.test.
Changes to test/rollback2.test.
Changes to test/rowvalue.test.
Changes to test/rowvalue4.test.
Changes to test/scanstatus.test.
Changes to test/schema6.test.
Added test/schemafault.test.
Changes to test/securedel.test.
Changes to test/select1.test.
Changes to test/select5.test.
Changes to test/selectA.test.
Changes to test/selectD.test.
Changes to test/selectG.test.
Changes to test/server1.test.
Added test/sessionfuzz-data1.db.
Added test/sessionfuzz.c.
Changes to test/sharedA.test.
Changes to test/shell1.test.
Changes to test/shell3.test.
Changes to test/shell6.test.
Added test/shell8.test.
Changes to test/skipscan1.test.
Changes to test/skipscan2.test.
Changes to test/skipscan6.test.
Changes to test/snapshot.test.
Changes to test/snapshot2.test.
Added test/snapshot3.test.
Added test/snapshot4.test.
Changes to test/snapshot_fault.test.
Added test/snapshot_up.test.
Changes to test/soak.test.
Changes to test/sort5.test.
Added test/sorterref.test.
Changes to test/speed4p.test.
Changes to test/speedtest1.c.
Changes to test/spellfix.test.
Added test/spellfix4.test.
Changes to test/stmt.test.
Changes to test/stmtvtab1.test.
Changes to test/subquery2.test.
Changes to test/swarmvtab.test.
Changes to test/swarmvtab2.test.
Added test/swarmvtab3.test.
Changes to test/swarmvtabfault.test.
Changes to test/symlink.test.
Changes to test/sync.test.
Changes to test/sync2.test.
Changes to test/tabfunc01.test.
Changes to test/tableapi.test.
Changes to test/tclsqlite.test.
Changes to test/tempdb.test.
Changes to test/tempdb2.test.
Changes to test/temptable2.test.
Changes to test/tester.tcl.
Changes to test/thread001.test.
Changes to test/tkt-26ff0c2d1e.test.
Changes to test/tkt-385a5b56b9.test.
Changes to test/tkt-78e04e52ea.test.
Changes to test/tkt-7a31705a7e6.test.
Changes to test/tkt-a8a0d2996a.test.
Changes to test/tkt-b75a9ca6b0.test.
Added test/tkt-c694113d5.test.
Changes to test/tkt3334.test.
Changes to test/tkt3442.test.
Changes to test/tkt3457.test.
Changes to test/tpch01.test.
Changes to test/trace.test.
Changes to test/trace3.test.
Changes to test/trigger1.test.
Changes to test/trigger7.test.
Changes to test/triggerA.test.
Changes to test/triggerE.test.
Changes to test/triggerG.test.
Changes to test/unordered.test.
Changes to test/update.test.
Changes to test/update2.test.
Added test/upsert1.test.
Added test/upsert2.test.
Added test/upsert3.test.
Added test/upsert4.test.
Added test/upsertfault.test.
Changes to test/vacuum4.test.
Changes to test/vacuum5.test.
Changes to test/varint.test.
Changes to test/view.test.
Changes to test/vtab2.test.
Changes to test/vtabE.test.
Changes to test/vtabH.test.
Added test/vtabJ.test.
Changes to test/vtab_err.test.
Changes to test/wal2.test.
Changes to test/walfault.test.
Changes to test/walmode.test.
Changes to test/walprotocol.test.
Added test/walprotocol2.test.
Changes to test/walro.test.
Added test/walro2.test.
Added test/walrofault.test.
Changes to test/walthread.test.
Changes to test/where.test.
Changes to test/where3.test.
Changes to test/where7.test.
Changes to test/where8.test.
Changes to test/where9.test.
Changes to test/whereF.test.
Changes to test/whereG.test.
Changes to test/whereI.test.
Changes to test/whereJ.test.
Added test/whereL.test.
Added test/wherelfault.test.
Changes to test/wherelimit.test.
Added test/wherelimit2.test.
Changes to test/win32heap.test.
Added test/window1.test.
Added test/window2.tcl.
Added test/window2.test.
Added test/window3.tcl.
Added test/window3.test.
Added test/window4.tcl.
Added test/window4.test.
Added test/window5.test.
Added test/window6.test.
Added test/windowfault.test.
Changes to test/with1.test.
Changes to test/with2.test.
Changes to test/with3.test.
Added test/with4.test.
Changes to test/without_rowid1.test.
Changes to test/without_rowid3.test.
Changes to test/wordcount.c.
Changes to test/zerodamage.test.
Added test/zipfile.test.
Added test/zipfile2.test.
Added test/zipfilefault.test.
Changes to tool/addopcodes.tcl.
Changes to tool/lemon.c.
Changes to tool/lempar.c.
Changes to tool/mkautoconfamal.sh.
Added tool/mkccode.tcl.
Changes to tool/mkkeywordhash.c.
Changes to tool/mkmsvcmin.tcl.
Changes to tool/mkopcodeh.tcl.
Changes to tool/mkopts.tcl.
Changes to tool/mkpragmatab.tcl.
Changes to tool/mkshellc.tcl.
Added tool/mksourceid.c.
Changes to tool/mksqlite3c-noext.tcl.
Changes to tool/mksqlite3c.tcl.
Changes to tool/mksqlite3h.tcl.
Added tool/showshm.c.
Changes to tool/spaceanal.tcl.
Changes to tool/speed-check.sh.
Changes to tool/split-sqlite3c.tcl.
Changes to tool/sqldiff.c.
Added tool/sqlite3_analyzer.c.in.
Added tool/sqltclsh.c.in.
Added tool/sqltclsh.tcl.
Deleted tool/tostr.tcl.
Changes to tool/warnings-clang.sh.