SQLite

Check-in [dd62d2de6e]
Login

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

Overview
Comment:Merge trunk with this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sorter-opt
Files: files | file ages | folders
SHA1: dd62d2de6eb12dc1902d6df050c395b1dcac01b4
User & Date: dan 2016-11-11 18:45:55.817
Context
2016-11-11
19:08
Avoid storing redundant fields in sorter records when the sort-key and data have fields in common. (check-in: b835cf3e50 user: drh tags: trunk)
18:45
Merge trunk with this branch. (Closed-Leaf check-in: dd62d2de6e user: dan tags: sorter-opt)
18:08
Reenable the SQLITE_EXPR_REF optimization for "SELECT DISTINCT ... ORDER BY" queries. (check-in: 6e2e9d383f user: dan tags: sorter-opt)
17:08
Fix a problem with switching from wal to rollback mode when SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE is configured. (check-in: 46e0016207 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to main.mk.
Changes to src/attach.c.
Changes to src/pager.c.
Changes to src/resolve.c.
Changes to src/shell.c.
Changes to src/wal.c.
Added test/bestindex4.test.
Changes to test/fuzz-oss1.test.
Changes to test/fuzzcheck.c.
Changes to test/nockpt.test.
Added test/ossfuzz.c.
Changes to test/rowvalue.test.
Changes to test/shell3.test.