SQLite

Check-in [6614cfcb9c]
Login

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

Overview
Comment:Change to the session module to use user-defined primary keys instead of rowids when collecting changes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 6614cfcb9c41da71ddec3c44a3de0d4d849e1cdd
User & Date: dan 2011-03-17 19:20:27.000
Context
2011-03-18
12:35
Merge all the latest trunk enhancements into the sessions branch. (check-in: 94fd5bb6da user: drh tags: sessions)
2011-03-17
19:20
Change to the session module to use user-defined primary keys instead of rowids when collecting changes. (check-in: 6614cfcb9c user: dan tags: sessions)
2011-03-16
19:59
Add the sqlite3_preupdate_new() API, for retrieving the new.* values from within a pre-update callback. (check-in: 526545c49f user: dan tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/session/sqlite3session.c.
Changes to test/session1.test.