SQLite

Check-in [5515b827dc]
Login

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

Overview
Comment:Merge enhancements and bug-fixes from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | unpacked-IdxInsert
Files: files | file ages | folders
SHA1: 5515b827dc1805a3010018cd6abf222b03525d24
User & Date: drh 2016-11-11 17:52:57.982
Context
2016-11-11
18:19
Remove obselete and unused logic in the update code generator. Fix the sqlite3BtreeMovetoUnpacked() routine so that it remembers the rowid of the row that it landed on. (Closed-Leaf check-in: 1a587d72f9 user: drh tags: unpacked-IdxInsert)
17:52
Merge enhancements and bug-fixes from trunk. (check-in: 5515b827dc user: drh tags: unpacked-IdxInsert)
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)
2016-11-10
20:42
Avoid a few unnecessary calls to sqlite3BtreeMovetoUnpacked(). (check-in: eac0e827a6 user: drh tags: unpacked-IdxInsert)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/misc/csv.c.
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/sqlite.h.in.
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.
Changes to test/speedtest1.c.