SQLite

Check-in [32cbc0ed36]
Login

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

Overview
Comment:Make use of range constraints on the rowid field of an fts5 table in full-text queries.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5
Files: files | file ages | folders
SHA1: 32cbc0ed3699cc21302f0b6a159493117ad4bd4f
User & Date: dan 2015-06-05 19:05:57.541
Context
2015-06-06
16:28
Fix handling of fts5 rowid constraints in the absence of a MATCH clause. Add tests to cover recently added branches. (check-in: 3a9cb64813 user: dan tags: fts5)
2015-06-05
19:05
Make use of range constraints on the rowid field of an fts5 table in full-text queries. (check-in: 32cbc0ed36 user: dan tags: fts5)
2015-06-03
11:23
Fix an fts5 problem in extracting columns from position lists containing large varints. (check-in: 4ea015ab98 user: dan tags: fts5)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5.c.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/test/fts5ah.test.
Changes to ext/fts5/test/fts5plan.test.