SQLite

Check-in [2c9e5436bd]
Login

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

Overview
Comment:Merge the latest enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: 2c9e5436bd9146f0d76eb58e75cb76109d074ff7
User & Date: drh 2015-11-19 19:48:24.878
Context
2015-12-02
20:22
Merge all recent trunk enhancements, especially the unix VFS changes. (check-in: e1fb33c7d2 user: drh tags: apple-osx)
2015-11-19
19:48
Merge the latest enhancements from trunk. (check-in: 2c9e5436bd user: drh tags: apple-osx)
18:11
Fix problems with the way the IsHiddenColumn() macro is defined. (check-in: 126b998cf1 user: drh tags: trunk)
2015-11-13
02:13
Merge fixes from trunk. (check-in: f9060b2a98 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to autoconf/Makefile.am.
Changes to autoconf/configure.ac.
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/insert.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/parse.y.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to test/fuzzcheck.c.
Added test/hidden.test.
Changes to test/misc1.test.
Changes to test/pragma2.test.
Changes to test/releasetest.tcl.
Changes to tool/addopcodes.tcl.
Changes to tool/mkkeywordhash.c.
Changes to tool/sqldiff.c.