SQLite

Check-in [512f8a1ef8]
Login

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

Overview
Comment:Merge trunk changes into the sessions branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 512f8a1ef8c4cf50723cfc4a78b7370dc37358d9
User & Date: drh 2013-05-09 23:40:59.000
Context
2013-05-15
18:45
Update the sessions branch with the latest trunk changes. (check-in: d09355050a user: drh tags: sessions)
2013-05-09
23:40
Merge trunk changes into the sessions branch. (check-in: 512f8a1ef8 user: drh tags: sessions)
18:12
Add assert()s to the implementation of xRead() in the built-in VFSes to verify that the offset parameter is always non-negative. (check-in: cf5c364224 user: drh tags: trunk)
2013-05-08
18:50
Merge all recent trunk changes into the sessions branch. (check-in: ae6c4a0906 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/session/test_session.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test2.c.
Changes to src/test3.c.
Changes to src/test4.c.
Changes to src/test7.c.
Changes to src/test8.c.
Changes to src/test_async.c.
Changes to src/test_backup.c.
Changes to src/test_intarray.c.
Changes to src/test_malloc.c.
Changes to src/test_multiplex.c.
Changes to src/test_mutex.c.
Changes to src/test_quota.c.
Changes to src/test_rtree.c.
Changes to src/test_syscall.c.
Changes to src/test_thread.c.
Changes to src/where.c.
Changes to test/wal.test.
Changes to test/where9.test.