SQLite

Check-in [093d8cd8e2]
Login

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

Overview
Comment:Add the experimental sqlite3_transaction_hook() API.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 093d8cd8e2f3a6af5d40cf810e396f4919eb5cef
User & Date: dan 2011-03-03 20:06:00.000
Context
2011-03-08
19:22
Add start of sessions feature. (check-in: 269a81a37d user: dan tags: sessions)
2011-03-03
20:06
Add the experimental sqlite3_transaction_hook() API. (check-in: 093d8cd8e2 user: dan tags: sessions)
2011-03-01
18:42
Add the experimental sqlite3_preupdate_hook() API. (check-in: 6145d7b89f user: dan tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/main.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to test/hook.test.
Changes to test/tclsqlite.test.