Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix an error in fts5.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
627d913e58f048e8ab79b982c0d73310 |
User & Date: | dan 2016-06-04 17:25:59.223 |
Context
2016-06-20
| ||
10:51 | Enhance the file format document to make it clear that records might contain fewer values than there are columns in the table schema. (check-in: 149d28ec0e user: drh tags: trunk) | |
2016-06-04
| ||
17:25 | Fix an error in fts5.html. (check-in: 627d913e58 user: dan tags: trunk) | |
2016-06-03
| ||
22:40 | Documentation on WITHOUT ROWID virtual tables and the LIKE OR EQUAL optimization for virtual tables. (check-in: 01b8f2aa54 user: drh tags: trunk) | |
Changes
Changes to pages/fts5.in.
︙ | ︙ | |||
1509 1510 1511 1512 1513 1514 1515 | <tclscript> set res "" unset -nocomplain ::extract_api_docs_mode catch { set res [source [file join $::SRC ext/fts5/extract_api_docs.tcl]] } set res </tclscript> | | | 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 | <tclscript> set res "" unset -nocomplain ::extract_api_docs_mode catch { set res [source [file join $::SRC ext/fts5/extract_api_docs.tcl]] } set res </tclscript> <h1 tags="fts5vocab">The fts5vocab Virtual Table Module</h1> <p> The fts5vocab virtual table module allows users to extract information from an FTS5 full-text index directly. The fts5vocab module is a part of FTS5 - it is available whenever FTS5 is. <p> Each fts5vocab table is associated with a single FTS5 table. An fts5vocab table is usually created by specifying two arguments in place of column names |
︙ | ︙ | |||
1703 1704 1705 1706 1707 1708 1709 | <p> The set of built-in auxiliary functions provided by FTS5 may be improved upon in the future. <h3 nonumber> Other Issues</h3> <ol> | | > | 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 | <p> The set of built-in auxiliary functions provided by FTS5 may be improved upon in the future. <h3 nonumber> Other Issues</h3> <ol> <li><p> The functionality provided by the fts4aux module is now provided by [fts5vocab]. The schema of these two tables is slightly different. <li><p> The FTS3/4 "merge=X,Y" command has been replaced by the [FTS5 merge command]. <li><p> The FTS3/4 "automerge=X" command has been replaced by the [FTS5 automerge option]. </ol> |
︙ | ︙ |