SQLite

Check-in [34a6b7416c]
Login

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

Overview
Comment:Remove unused code and tighten existing code to make the library a little smaller. (CVS 1168)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 34a6b7416c6c9bcdf301f5e7b072a0362a746105
User & Date: drh 2004-01-08 02:17:32.000
Context
2004-01-12
00:21
Make sure the in-memory database can handle malloc failures. (CVS 1169) (check-in: ba92af182c user: drh tags: trunk)
2004-01-08
02:17
Remove unused code and tighten existing code to make the library a little smaller. (CVS 1168) (check-in: 34a6b7416c user: drh tags: trunk)
2004-01-07
20:37
Rework the fix to ticket #461 so that we do not have to do redundant tests of WHERE clause terms looking for NULLs. See also check-in (1103). (CVS 1167) (check-in: 5fd581787e user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/date.c.
Changes to src/hash.c.
Changes to src/hash.h.
Changes to src/tokenize.c.