SQLite

Check-in [ffda1d1e1c]
Login

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

Overview
Comment:Add extra (somewhat inefficient) trace callbacks for triggers if SQLITE_TRACE_TRIGGER is defined.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trigger-trace
Files: files | file ages | folders
SHA1: ffda1d1e1c858abd02f0c07b906cfac5ad075498
User & Date: dan 2017-01-21 15:58:42.695
Context
2017-01-21
16:21
Fix problems in the previous commit. (Leaf check-in: 74ad80eb74 user: dan tags: trigger-trace)
15:58
Add extra (somewhat inefficient) trace callbacks for triggers if SQLITE_TRACE_TRIGGER is defined. (check-in: ffda1d1e1c user: dan tags: trigger-trace)
15:55
In the kvtest.c test utility, reuse the buffer into which blobs are read, rather than reallocating it for each row. This is a closer match to how other test programs work, and thus provides a better comparison. (check-in: 0d1ad13a29 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/shell.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.