Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Modify VFilter and VRename to use registers instead of the vdbe stack for inputs. (CVS 4670) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
253ed40aa36247fc846cc41c8612cd29 |
User & Date: | danielk1977 2008-01-03 18:39:42.000 |
Context
2008-01-03
| ||
18:44 | Update OP_Rowid, OP_Column and related opcodes to use registers. (CVS 4671) (check-in: 4f3967073d user: drh tags: trunk) | |
18:39 | Modify VFilter and VRename to use registers instead of the vdbe stack for inputs. (CVS 4670) (check-in: 253ed40aa3 user: danielk1977 tags: trunk) | |
18:03 | Registers (aka memory cells) in the VM are now numbered starting with 1 instead of 0. A register number of 0 means "no such register". (CVS 4669) (check-in: 0b849805c3 user: drh tags: trunk) | |
Changes
Changes to src/alter.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/where.c.