SQLite

Check-in [9d418a7a49]
Login

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

Overview
Comment:Allow fts5 to filter on multiple MATCH clauses in a single scan.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9d418a7a491761eeb38a70898677a493e2631e5d62e75ee88431f52d3dfd2344
User & Date: dan 2019-09-12 19:38:40.141
References
2019-09-13
13:23
Ensure that the idxStr for FTS5 is always zero-terminated. Fix for check-in [9d418a7a491761ee] (check-in: 090cd07d37 user: drh tags: trunk)
Context
2019-09-13
12:24
Fix harmless compiler warnings. (check-in: a8927d14f8 user: drh tags: trunk)
2019-09-12
19:38
Allow fts5 to filter on multiple MATCH clauses in a single scan. (check-in: 9d418a7a49 user: dan tags: trunk)
2019-09-11
15:25
Fix typo for one instance of line number handling in the Lemon tool. (check-in: 980be1730d user: mistachkin tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_config.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/test/fts5faultB.test.
Added ext/fts5/test/fts5multi.test.
Changes to ext/fts5/test/fts5plan.test.
Changes to ext/fts5/test/fts5simple.test.