Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make the sqlite3IsNaN() function a macro that evaluates to FALSE when compiled with SQLITE_OMIT_FLOATING_POINT. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
56f232d562bc239103a5afd2e64c4b92 |
User & Date: | drh 2010-01-13 17:39:54.000 |
Context
2010-01-14
| ||
00:39 | Comment cleanup in sqliteInt.h. (check-in: 67c3aea563 user: drh tags: trunk) | |
2010-01-13
| ||
17:39 | Make the sqlite3IsNaN() function a macro that evaluates to FALSE when compiled with SQLITE_OMIT_FLOATING_POINT. (check-in: 56f232d562 user: drh tags: trunk) | |
16:43 | When SQLITE_OMIT_FLOATING_POINT is defined, the floating-point formats in the sqlite3_*printf() functions should pull an int64 off of the parameter list and ignore it. (check-in: 3fd6f9ad06 user: drh tags: trunk) | |
Changes
Changes to src/sqliteInt.h.
Changes to src/util.c.