Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fold in Peter Reid's fixes and enhancements to the sqlite4_num object. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8ede88c1df96790b39ab47b79bc83b7c |
User & Date: | drh 2013-02-14 15:32:53.861 |
Context
2013-02-15
| ||
19:20 | Fix a crash bug found by TH4. check-in: 6453240a0f user: drh tags: trunk | |
2013-02-14
| ||
15:32 | Fold in Peter Reid's fixes and enhancements to the sqlite4_num object. check-in: 8ede88c1df user: drh tags: trunk | |
01:51 | Fix sqlite4_num_to_text when formatting an integer with a negative exponent. It was leaving an uninitialized byte in the destination string. Leaf check-in: 3cac6cdb86 user: peterreid tags: num_work | |
2013-02-13
| ||
12:28 | Change the API for binding strings and blobs so that the destructor now carries an extra argument which can be used as the sqlite4_env pointer, thus allowing functions like sqlite4_free() to be used as a string or blob destructor. check-in: 56335097b1 user: drh tags: trunk | |
Changes
Changes to src/math.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Added test/num.test.
Changes to test/test_main.c.