SQLite

Check-in [1feaf2d35f]
Login

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

Overview
Comment:Add the "indirect flag" to the changeset blob format. Also the sqlite3session_indirect() API.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 1feaf2d35fd9ec777319717ae2c2929d66fe7baa
User & Date: dan 2011-03-23 16:03:12.000
Context
2011-03-23
22:48
Merge in all the latest changes from the trunk, and especially the interface changes to the SystemCall methods of the VFS. (check-in: 9c3a6e4799 user: drh tags: sessions)
16:03
Add the "indirect flag" to the changeset blob format. Also the sqlite3session_indirect() API. (check-in: 1feaf2d35f user: dan tags: sessions)
2011-03-22
18:45
Add API function sqlite3_preupdate_depth(), for determining the depth of the trigger stack from within a pre-update callback. (check-in: bdea70895c user: dan tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/session/session1.test.
Changes to ext/session/session2.test.
Changes to ext/session/sessionfault.test.
Changes to ext/session/sqlite3session.c.
Changes to ext/session/sqlite3session.h.
Changes to ext/session/test_session.c.