SQLite

Check-in [c9ac3db8e0]
Login

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

Overview
Comment:Fix comparisons of ROWID against floating point numbers so that they work correctly. Ticket #377 and #567. (CVS 1178)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c9ac3db8e08403398ec344757385334601a59374
User & Date: drh 2004-01-14 21:59:23.000
Context
2004-01-15
02:44
Reinsert the experimental sqlite_commit_hook() API. (CVS 1179) (check-in: 72bc84f2f1 user: drh tags: trunk)
2004-01-14
21:59
Fix comparisons of ROWID against floating point numbers so that they work correctly. Ticket #377 and #567. (CVS 1178) (check-in: c9ac3db8e0 user: drh tags: trunk)
13:50
Version 2.8.11 (CVS 1177) (check-in: a9f25347de user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/encode.c.
Changes to src/vdbe.c.
Changes to src/where.c.
Changes to test/misc3.test.
Changes to test/rowid.test.