Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix an error in the matchinfo example in fts3.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ceff4c1d37ec07aa185e741c11b80767 |
User & Date: | dan 2010-01-14 11:43:48.000 |
Context
2010-01-15
| ||
01:21 | Fix typos in the custombuild.html document. (check-in: 63f32cf18c user: drh tags: trunk) | |
2010-01-14
| ||
11:43 | Fix an error in the matchinfo example in fts3.html. (check-in: ceff4c1d37 user: dan tags: trunk) | |
09:56 | Update backup.in to explain that writing to an in-memory source database mid-backup causes the entire backup operation to be restarted in the next call to backup_step(). (check-in: f5ee14345e user: dan tags: trunk) | |
Changes
Changes to pages/fts3.in.
︙ | ︙ | |||
1042 1043 1044 1045 1046 1047 1048 | INSERT INTO t1 VALUES('single request', 'default data'); <i>-- The following query returns a single row consisting of a single blob</i> <i>-- value 80 bytes in size (20 32-bit integers). If each block of 4 bytes in</i> <i>-- the blob is interpreted as an unsigned integer in machine byte-order,</i> <i>-- the integers will be:</i> <i>--</i> | | | 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 | INSERT INTO t1 VALUES('single request', 'default data'); <i>-- The following query returns a single row consisting of a single blob</i> <i>-- value 80 bytes in size (20 32-bit integers). If each block of 4 bytes in</i> <i>-- the blob is interpreted as an unsigned integer in machine byte-order,</i> <i>-- the integers will be:</i> <i>--</i> <i>-- 3 2 1 3 2 0 1 1 1 2 2 0 1 1 0 0 0 1 1 1</i> <i>--</i> <i>-- The row returned corresponds to the second entry inserted into table t1.</i> <i>-- The first two integers in the blob show that the query contained three</i> <i>-- phrases and the table being queried has two columns. The next block of</i> <i>-- three integers describes column 0 (in this case column "a") and phrase</i> <i>-- 0 (in this case "default"). The current row contains 1 hit for "default"</i> <i>-- in column 0, of a total of 3 hits for "default" that occur in column</i> |
︙ | ︙ |