SQLite

Check-in [d9768de502]
Login

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

Overview
Comment:Merge recent trunk changes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tempfiles-25
Files: files | file ages | folders
SHA1: d9768de502e34da42f3ad955947c23da50f57bce
User & Date: drh 2016-04-18 13:36:17.439
Context
2016-04-21
15:03
Merge updates from trunk. (check-in: cc28106e5c user: drh tags: tempfiles-25)
2016-04-18
13:36
Merge recent trunk changes. (check-in: d9768de502 user: drh tags: tempfiles-25)
13:30
sqlite3PCachePerecentDirty() should return 0 if the pcache is empty. (check-in: 85f3d80eb7 user: drh tags: tempfiles-25)
13:09
The last parameter to pread64() and pwrite64() should be off64_t, not off_t. (check-in: 3a7d72986f user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/icu/icu.c.
Changes to src/os.c.
Changes to src/os.h.
Changes to src/os_unix.c.
Changes to src/pager.h.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/test_devsym.c.
Changes to src/test_journal.c.
Changes to src/test_syscall.c.
Changes to src/test_vfs.c.
Changes to src/vdbesort.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to test/sort5.test.