SQLite

Check-in [69bffc1632]
Login

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

Overview
Comment:Updates so that fts5 API functions xInst, xPhraseFirst and xPhraseNext work with the offsets=0 option.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5-offsets
Files: files | file ages | folders
SHA1: 69bffc1632c8a8f3bfe5bf92607e64fed982e48c
User & Date: dan 2015-12-22 18:54:16.763
Context
2015-12-28
19:55
Change the name of the offsets=0 option to "detail=column". Have the xInst, xPhraseFirst and other API functions work by parsing the original text for detail=column tables. (check-in: 228b4d10e3 user: dan tags: fts5-offsets)
2015-12-22
18:54
Updates so that fts5 API functions xInst, xPhraseFirst and xPhraseNext work with the offsets=0 option. (check-in: 69bffc1632 user: dan tags: fts5-offsets)
2015-12-21
18:45
Fix an fts5 integrity-check problem that affects offsets=0 tables with prefix indexes. (check-in: 609a0bc7f3 user: dan tags: fts5-offsets)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/fts5_tcl.c.
Changes to ext/fts5/fts5_test_mi.c.
Changes to ext/fts5/test/fts5_common.tcl.
Changes to ext/fts5/test/fts5offsets.test.