Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | In the pager, avoid checking for the illegal page number 0 except when creating a new page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | pager-get-method |
Files: | files | file ages | folders |
SHA1: |
dee20ba982125ea98c280ad1571789af |
User & Date: | drh 2016-12-13 18:34:01.957 |
Context
2016-12-13
| ||
18:47 | Convert sqlite3PagerGet() into a pointer-dispatched virtual method. This makes it about 25% faster. (check-in: 7f88bb4412 user: drh tags: trunk) | |
18:34 | In the pager, avoid checking for the illegal page number 0 except when creating a new page. (Closed-Leaf check-in: dee20ba982 user: drh tags: pager-get-method) | |
15:53 | Further refinements to the virtual method implementation of sqlite3PagerGet(). (check-in: 67df444648 user: drh tags: pager-get-method) | |
Changes
Changes to src/pager.c.
Changes to src/pcache.c.