SQLite

Check-in [e8c20a88c1]
Login

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

Overview
Comment:Merge recent enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA3-256: e8c20a88c14d496fc79dddcac5db0a47aa037598b3b65a07e4422f7df75cce2c
User & Date: drh 2018-11-26 23:35:13.940
Context
2018-11-30
18:22
Merge the pre-3.26.0 fixes from trunk. (check-in: 2c76ce4f42 user: drh tags: apple-osx)
2018-11-26
23:35
Merge recent enhancements from trunk. (check-in: e8c20a88c1 user: drh tags: apple-osx)
18:09
Do not allow direct access to internal-use SQL functions such as sqlite_rename_column() and sqlite3_rename_table() except when the new SQLITE_TESTCTRL_INTERNAL_FUNCTIONS flag is set. (check-in: 6e1330545e user: drh tags: trunk)
2018-11-10
20:07
Merge the read-only shadow table and defensive mode enhancments from trunk. (check-in: 977fc44e65 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/fts5/test/fts5vocab2.test.
Changes to ext/misc/csv.c.
Changes to ext/misc/explain.c.
Changes to ext/misc/fileio.c.
Changes to ext/misc/json1.c.
Changes to ext/misc/series.c.
Changes to ext/misc/zipfile.c.
Changes to ext/rtree/geopoly.c.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/dbpage.c.
Changes to src/dbstat.c.
Changes to src/global.c.
Changes to src/main.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/pragma.c.
Changes to src/resolve.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/vdbeInt.h.
Changes to src/where.c.
Changes to test/alter.test.
Changes to test/altercol.test.
Changes to test/altertab.test.
Changes to test/attach.test.
Changes to test/bestindex4.test.
Changes to test/csv01.test.
Changes to test/e_fkey.test.
Changes to test/fkey2.test.
Changes to test/fuzzcheck.c.
Changes to test/fuzzdata7.db.
Changes to test/incrvacuum.test.
Changes to test/loadext.test.
Changes to test/ossfuzz.c.
Changes to test/pragma4.test.
Changes to test/tempdb2.test.
Changes to test/without_rowid3.test.
Changes to test/zipfile.test.
Changes to tool/warnings.sh.