SQLite

Check-in [1754faefcc]
Login

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

Overview
Comment:Merge all changes from trunk prior to the read-only WAL enhancement.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA3-256: 1754faefccba39900a89bad3d6ba6670a504a1f229621ce3a16eca03ae062e36
User & Date: drh 2017-11-14 20:00:51.864
Context
2017-11-14
20:36
Merge the patch that enables reading a read-only WAL-mode database, without any special query parameters, as long as the -shm and -wal files are on disk. (check-in: 8c2a769c4a user: drh tags: apple-osx)
20:00
Merge all changes from trunk prior to the read-only WAL enhancement. (check-in: 1754faefcc user: drh tags: apple-osx)
17:06
Fix the SQLITE_ENABLE_UPDATE_DELETE_LIMIT functionality so that it works with views and WITHOUT ROWID tables. (check-in: dae4a97a48 user: dan tags: trunk)
2017-10-24
19:12
Merge all enhancements and fixes from the 3.21.0 release. (check-in: 13be3a441d user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to VERSION.
Changes to autoconf/Makefile.msc.
Changes to autoconf/configure.ac.
Changes to configure.
Changes to ext/lsm1/Makefile.
Changes to ext/lsm1/lsm_file.c.
Changes to ext/lsm1/lsm_shared.c.
Added ext/misc/btreeinfo.c.
Changes to ext/misc/spellfix.c.
Changes to 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.
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree2.test.
Changes to ext/rtree/rtree4.test.
Changes to ext/rtree/rtree5.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.
Changes to ext/rtree/rtree_util.tcl.
Added ext/rtree/rtreecheck.test.
Changes to main.mk.
Changes to src/build.c.
Changes to src/dbpage.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/insert.c.
Changes to src/os_unix.c.
Changes to src/parse.y.
Changes to src/pcache.c.
Changes to src/prepare.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/wal.c.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Deleted test/checkfreelist.test.
Changes to test/dbpage.test.
Changes to test/indexedby.test.
Changes to test/json101.test.
Changes to test/minmax2.test.
Added test/wherelfault.test.
Changes to test/wherelimit.test.
Added test/wherelimit2.test.
Changes to test/with1.test.
Changes to tool/mkmsvcmin.tcl.
Added tool/showshm.c.
Changes to tool/spaceanal.tcl.
Changes to tool/sqlite3_analyzer.c.in.