SQLite

Check-in [565ff65c61]
Login

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

Overview
Comment:Omit the OP_JournalMode opcode from the VDBE when SQLITE_OMIT_PRAGMA is defined.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | mistake
Files: files | file ages | folders
SHA1: 565ff65c61c85c9b2122b31bd9792692aa1e9cda
User & Date: drh 2010-07-02 19:36:52.000
Context
2010-07-02
19:49
Changes to os_win.c to have it return same error code as os_unix.c. (check-in: 33b6f069d8 user: shaneh tags: mistake)
19:36
Omit the OP_JournalMode opcode from the VDBE when SQLITE_OMIT_PRAGMA is defined. (check-in: 565ff65c61 user: drh tags: mistake)
19:04
Fix a bug in test_vfs.c causing an assert to fail. Changes to test code only. (check-in: 336ce7d297 user: dan tags: mistake)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/vdbe.c.