SQLite

Check-in [bdc58fd28a]
Login

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

Overview
Comment:Add a snippet() function to fts5.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5
Files: files | file ages | folders
SHA1: bdc58fd28a63ac9632c3df6c7768a9a236566605
User & Date: dan 2014-07-23 19:31:56.454
Context
2014-07-25
20:30
Add extension apis xRowCount, xQueryPhrase, xSetAuxdata and xGetAuxdata. And a ranking function that uses all of the above. (check-in: c4d50428ab user: dan tags: fts5)
2014-07-23
19:31
Add a snippet() function to fts5. (check-in: bdc58fd28a user: dan tags: fts5)
2014-07-21
15:45
Fix DELETE and UPDATE operations on fts5 tables. (check-in: d44d3a8518 user: dan tags: fts5)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5.c.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5_aux.c.
Changes to ext/fts5/fts5_buffer.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_storage.c.
Added test/fts5af.test.
Changes to test/permutations.test.