SQLite

Check-in [012d7d49c5]
Login

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

Overview
Comment:Simplify one of the compiler warning fixes from the previous check-in.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 012d7d49c571207087bbe24af05d639627b96df526bfcb2098a3e975b74d865d
User & Date: mistachkin 2018-01-23 00:17:27.230
Context
2018-01-23
03:44
Slightly faster function dispatch in the virtual machine by avoiding unnecessary reinitialization of variables that are already correctly initialized. (check-in: edd4e6876c user: drh tags: trunk)
00:17
Simplify one of the compiler warning fixes from the previous check-in. (check-in: 012d7d49c5 user: mistachkin tags: trunk)
00:05
Fix harmless compiler warnings seen with MSVC. (check-in: 76a11a80e9 user: mistachkin tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/session/sqlite3session.c.