Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a minor formatting issue in FTS5 documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c959b23a3805de4a351cbb6ea2deaf65 |
User & Date: | drh 2016-03-19 19:33:57.174 |
Context
2016-03-22
| ||
17:23 | Fix typos. Add sqlite3_system_errno() to the change log. (check-in: d5d9bb664f user: drh tags: trunk) | |
2016-03-19
| ||
19:33 | Fix a minor formatting issue in FTS5 documentation. (check-in: c959b23a38 user: drh tags: trunk) | |
18:55 | Update the change log for 3.12.0 (check-in: 7bb88a1e22 user: drh tags: trunk) | |
Changes
Changes to pages/fts5.in.
︙ | ︙ | |||
1275 1276 1277 1278 1279 1280 1281 | </ul> <p>where N is the number of pages of data to merge within each invocation of the merge command. The application should stop invoking merge when the difference in the value returned by the sqlite3_total_changes() function before and after the merge command drops to below two. The merge commands may be issued as part of the same or separate transactions, and by the same or | | | | 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 | </ul> <p>where N is the number of pages of data to merge within each invocation of the merge command. The application should stop invoking merge when the difference in the value returned by the sqlite3_total_changes() function before and after the merge command drops to below two. The merge commands may be issued as part of the same or separate transactions, and by the same or different database clients. Refer to the documentation for the [FTS5 merge command | merge command] for further details. <h2 tags="FTS5 pgsz option">The 'pgsz' Configuration Option</h2> <p> This command is used to set the persistent "pgsz" option. <p> The full-text index maintained by FTS5 is stored as a series of fixed-size blobs in a database table. It is not strictly necessary for all blobs that make |
︙ | ︙ |