Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Avoid unnecessary calls to sqlite3VdbeSerialTypeLen() for integer serial types, for a small size reduction and a speed increase. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9cd30d33b1d02dc8c55c1d74bdbcefab |
User & Date: | drh 2015-06-28 02:58:51 |
Context
2015-06-28
| ||
17:33 | Comment typo fix and minor cleanup in the pager. No logic changes. check-in: 94ef1701 user: drh tags: trunk | |
02:58 | Avoid unnecessary calls to sqlite3VdbeSerialTypeLen() for integer serial types, for a small size reduction and a speed increase. check-in: 9cd30d33 user: drh tags: trunk | |
2015-06-27
| ||
23:55 | Make greater use of BtCursor.curIntKey. check-in: 63998471 user: drh tags: trunk | |
Changes
Changes to src/vdbeaux.c.