Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove uses of type 'double' from the vdbe. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sqlite4-num |
Files: | files | file ages | folders |
SHA1: |
e0188231625fd452f0985d3f7e98476d |
User & Date: | dan 2013-05-31 19:19:01.946 |
Context
2013-05-31
| ||
19:34 | Remove OP_Int64 and OP_Real. OP_Num is now used instead. Leaf check-in: 860695f9be user: dan tags: sqlite4-num | |
19:19 | Remove uses of type 'double' from the vdbe. check-in: e018823162 user: dan tags: sqlite4-num | |
17:13 | Use decimal arithmetic in affinity routines. check-in: ae34cd8492 user: dan tags: sqlite4-num | |
Changes
Changes to src/math.c.
Changes to src/sqlite.h.in.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbecodec.c.
Changes to src/vdbemem.c.