SQLite

Check-in [63ac33c860]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:If a token within an FTS query is prefixed with a '^' character, it must be the first token in a column of data to match.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts4-content
Files: files | file ages | folders
SHA1: 63ac33c860eb32ce96699f06bf83121cec2ffaca
User & Date: dan 2011-10-18 19:39:41.203
Context
2011-10-19
09:40
Fix a problem in FTS to do with ^ tokens and the snippet() function. (check-in: 2c03b24f4c user: dan tags: fts4-content)
2011-10-18
19:39
If a token within an FTS query is prefixed with a '^' character, it must be the first token in a column of data to match. (check-in: 63ac33c860 user: dan tags: fts4-content)
12:49
Cherrypick patch [3126754c72] from the trunk into the content= branch. (check-in: f9b5b21708 user: dan tags: fts4-content)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_write.c.
Changes to test/fts3defer.test.
Added test/fts3first.test.
Changes to test/permutations.test.