SQLite

Check-in [307b802e86]
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 | begin-concurrent
Files: files | file ages | folders
SHA3-256: 307b802e8627c93a51e4c54851a4fab33db5061bb80e3d327ce53b127d6d511b
User & Date: dan 2017-09-22 10:49:03.297
Context
2017-09-22
11:09
Cherrypick [ec37ad6d08] into this branch. With this patch, if SQLITE_SHARED_MAPPING is defined at build-time SQLite will use a single memory mapping for multiple connections to the same database file within a single process. (check-in: c7a5880d6d user: dan tags: begin-concurrent)
10:49
Merge latest trunk changes into this branch. (check-in: 307b802e86 user: dan tags: begin-concurrent)
00:24
Update the configure script so that it looks for tclsh8.7 ahead of tclsh8.6. (check-in: 0a12915b37 user: drh tags: trunk)
2017-08-28
17:19
Merge recent enhancements from trunk. (check-in: d53108e763 user: drh tags: begin-concurrent)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to configure.
Changes to configure.ac.
Changes to doc/lemon.html.
Changes to ext/icu/icu.c.
Changes to ext/misc/csv.c.
Added ext/misc/mmapwarm.c.
Changes to ext/misc/series.c.
Added ext/rbu/rbutemplimit.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.
Changes to ext/rtree/rtree.c.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/main.c.
Changes to src/malloc.c.
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/pcache.c.
Changes to src/pcache.h.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/test1.c.
Changes to src/test8.c.
Changes to src/test_bestindex.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Added test/bestindex5.test.
Changes to test/corruptC.test.
Changes to test/e_expr.test.
Changes to test/eqp.test.
Changes to test/fts3conf.test.
Changes to test/indexexpr2.test.
Changes to test/misc1.test.
Added test/mjournal.test.
Changes to test/nan.test.
Changes to test/pragma.test.
Changes to test/pragma4.test.
Changes to test/releasetest.tcl.
Changes to test/whereF.test.
Changes to test/win32heap.test.
Changes to tool/mkshellc.tcl.
Changes to tool/mksourceid.c.