Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Comment changes in support of better documentation. No changes to code. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
79ab4714e408d01103b277c234b10db5 |
User & Date: | drh 2009-11-02 15:51:52.000 |
Context
2009-11-02
| ||
17:40 | Update the configure script for version 3.6.20. (check-in: f19cb105d9 user: drh tags: trunk) | |
15:51 | Comment changes in support of better documentation. No changes to code. (check-in: 79ab4714e4 user: drh tags: trunk) | |
2009-11-01
| ||
19:26 | Fix compiler warnings. Better comments on some variables associated with LIKE/GLOB processing in the query planner. (check-in: cfa2db0ff7 user: drh tags: trunk) | |
Changes
Changes to src/pager.c.
︙ | |||
1816 1817 1818 1819 1820 1821 1822 | 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 | - - + + - - - - - - - + - - + + | ** number of page records from the journal size. ** (3) 4 byte big-endian integer which is the initial value for the ** sanity checksum. ** (4) 4 byte integer which is the number of pages to truncate the ** database to during a rollback. ** (5) 4 byte big-endian integer which is the sector size. The header ** is this many bytes in size. |
︙ |
Changes to src/sqlite.h.in.
︙ | |||
2280 2281 2282 2283 2284 2285 2286 | 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 | - + | ** Requirements: ** [H12762] [H12766] [H12769] */ int sqlite3_limit(sqlite3*, int id, int newVal); /* ** CAPI3REF: Run-Time Limit Categories {H12790} <H12760> |
︙ |