SQLite

Check-in [33b6f069d8]
Login

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

Overview
Comment:Changes to os_win.c to have it return same error code as os_unix.c.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | mistake
Files: files | file ages | folders
SHA1: 33b6f069d8059903312282962181839ff983e5c4
User & Date: shaneh 2010-07-02 19:49:38.000
Context
2010-07-03
01:44
Fix a buffer overrun in the where.c. Problem detected by valgrind. (check-in: 15bb623306 user: drh tags: mistake)
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)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/os.c.
Changes to src/os_win.c.