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: |
7f217edab4575554f657d38e2a1bc6b3 |
User & Date: | dan 2017-11-06 20:02:08.009 |
Context
2017-11-14
| ||
20:06 | Merge changes from trunk. This fixes the SQLITE_ENABLE_UPDATE_DELETE_LIMIT functionality so that it works with views and WITHOUT ROWID tables. (check-in: d90e5f346b user: dan tags: begin-concurrent) | |
2017-11-06
| ||
20:02 | Merge latest trunk changes into this branch. (check-in: 7f217edab4 user: dan tags: begin-concurrent) | |
10:04 | Allow "BEGIN CONCURRENT" transactions to modify the temp schema. (check-in: 0fb6d91cea user: dan tags: begin-concurrent) | |
09:34 | Fix a harmless compiler warning from Xcode 9.1. (check-in: 66d98310b9 user: drh tags: trunk) | |
Changes
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to VERSION.
Changes to autoconf/Makefile.am.
Changes to autoconf/Makefile.msc.
Changes to autoconf/configure.ac.
Changes to configure.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/lsm1/lsm_shared.c.
Added ext/misc/btreeinfo.c.
Changes to ext/misc/spellfix.c.
Changes to ext/rbu/sqlite3rbu.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.
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 ext/session/sqlite3session.h.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/build.c.
Added src/dbpage.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/insert.c.
Changes to src/main.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/pcache.c.
Changes to src/prepare.c.
Changes to src/resolve.c.
Changes to src/select.c.
Deleted src/shell.c.
Changes to src/shell.c.in.
Changes to src/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/test_func.c.
Added src/test_md5.c.
Added src/test_tclsh.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/vtab.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.
Changes to test/analyze9.test.
Changes to test/attach2.test.
Changes to test/bigmmap.test.
Changes to test/busy.test.
Changes to test/corruptK.test.
Added test/dbpage.test.
Changes to test/e_uri.test.
Added test/fts3rank.test.
Changes to test/having.test.
Changes to test/indexexpr2.test.
Changes to test/json101.test.
Changes to test/like.test.
Changes to test/minmax2.test.
Added test/mmapwarm.test.
Changes to test/permutations.test.
Changes to test/pragma.test.
Changes to test/releasetest.tcl.
Changes to test/scanstatus.test.
Changes to test/schema6.test.
Changes to test/select1.test.
Changes to test/snapshot2.test.
Changes to test/speedtest1.c.
Changes to test/swarmvtab.test.
Changes to test/swarmvtab2.test.
Changes to test/swarmvtabfault.test.
Changes to test/whereF.test.
Changes to test/with1.test.
Changes to tool/lempar.c.
Changes to tool/mkautoconfamal.sh.
Added tool/mkccode.tcl.
Changes to tool/mkmsvcmin.tcl.
Changes to tool/mkshellc.tcl.
Changes to tool/mksqlite3c.tcl.
Added tool/showshm.c.
Changes to tool/spaceanal.tcl.
Changes to tool/speed-check.sh.
Changes to tool/split-sqlite3c.tcl.
Added tool/sqlite3_analyzer.c.in.
Deleted tool/tostr.tcl.
Changes to tool/warnings-clang.sh.