SQLite

Check-in [ece960c496]
Login

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

Overview
Comment:Experimental "PRAGMA query_only=BOOLEAN" statement that is able to turn write capabilities on and off.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | query_only
Files: files | file ages | folders
SHA1: ece960c496717a3a6c25526ef77dd76b08d607bc
User & Date: drh 2013-07-10 13:33:49.764
Context
2013-07-11
15:22
Add the experimental "query_only" pragma. (check-in: 6557c40798 user: drh tags: trunk)
2013-07-10
13:33
Experimental "PRAGMA query_only=BOOLEAN" statement that is able to turn write capabilities on and off. (Closed-Leaf check-in: ece960c496 user: drh tags: query_only)
03:05
Run progress callback checks less frequently in the main VDBE evaluation loop. This makes up for the extra CPU cycles used to increment the cycle counter for SQLITE_STMTSTATUS_VM_STEP. (check-in: 3e8b02011d user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pragma.c.
Changes to src/sqliteInt.h.
Changes to src/vdbe.c.