SQLite

Check-in [139eecbe1b]
Login

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

Overview
Comment:Fix minor compiler warnings.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 139eecbe1b072711a36128f1eeb24fc3e3bacc1c
User & Date: drh 2011-05-07 14:40:29.349
Context
2011-05-07
18:18
Return SQLITE_MISUSE from the sqlite3_open_v2() function if the 3rd parameter is not a valid set of bit-values. (check-in: 3c926ce097 user: drh tags: trunk)
14:40
Fix minor compiler warnings. (check-in: 139eecbe1b user: drh tags: trunk)
2011-05-06
18:55
Merge the uri branch with the trunk. (check-in: 88df33c45f user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/attach.c.
Changes to src/main.c.
Changes to src/sqliteInt.h.