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

Overview
Comment:Add a failing test and supporting functions. When the buffer is ended by a passed-in byte count instead of a trailing 0, sqlite4_num_from_text returns NaN
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | num_work
Files: files | file ages | folders
SHA1: 2cff3b428a29acb7031eb76dfe3b965e1cb68ad4
User & Date: peterreid 2013-02-10 04:26:15.287
Context
2013-02-10
19:21
Fix defect in which sqlite4_num_from_text returns NaN if it uses exactly as many bytes as the caller allows. check-in: 24ee36b76f user: peterreid tags: num_work
04:26
Add a failing test and supporting functions. When the buffer is ended by a passed-in byte count instead of a trailing 0, sqlite4_num_from_text returns NaN check-in: 2cff3b428a user: peterreid tags: num_work
04:06
Add a few sqlite4_num tests. check-in: 6cc07d19e4 user: peterreid tags: num_work
Changes
Unified Diff Side-by-Side Diff Patch
Changes to test/num.test.
Changes to test/test_main.c.