SQLite

All files named ”ext/fts5/test/fts5prefix.test”
Login

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

History for ext/fts5/test/fts5prefix.test

2024-06-24
18:06
[c0b7842f1a] part of check-in [d07085e203] Fix an incorrect tcl comment that appeared in many fts5 test files. (check-in: [d07085e203] user: dan branch: trunk, size: 10323)
2017-07-07
19:43
[a0fa67b066] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 10319)
2016-11-28
14:52
[6ef7e87573] part of check-in [7cc2d60dce] Simplify some code in fts5_expr.c. Add some extra test cases for the same. (check-in: [7cc2d60dce] user: dan branch: trunk, size: 10321)
2015-11-25
11:56
[efd42e00bb] part of check-in [11eb8e877e] Fix the fts5 "prefix=" option to match the documentation (space separated list, multiple prefix= options supported). The undocumented comma-separated format (compatible with fts4) still works. (check-in: [11eb8e877e] user: dan branch: trunk, size: 10322)
2015-10-14
21:08
[7ccbdf180e] part of check-in [f4de6d450e] Tests and minor fixes to improve coverage of FTS5 code. (check-in: [f4de6d450e] user: dan branch: trunk, size: 8467)
2015-10-07
09:02
[ad3069f099] part of check-in [accdc98b12] Add further tests for fts5 prefix queries. (check-in: [accdc98b12] user: dan branch: trunk, size: 5394)
2015-10-06
20:53
[5d4fd42696] part of check-in [bf1607ac15] Optimizations for fts5 expressions that filter on column. More still to come. (check-in: [bf1607ac15] user: dan branch: trunk, size: 3961)
2015-06-25
20:36
[552a462f0e] part of check-in [3175220747] Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined. (check-in: [3175220747] user: dan branch: fts5, size: 1669)
2015-05-07
19:29
[7eba86fc27] part of check-in [a684b5e2d9] Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. (check-in: [a684b5e2d9] user: dan branch: fts5, size: 1573)
2015-04-28
18:35
[1287803c3d] part of check-in [8e8136f2dc] Improve coverage of fts5 tests. (check-in: [8e8136f2dc] user: dan branch: fts5, size: 1563)
2015-01-13
17:25
Added: [4610dfba44] part of check-in [af8d43a4a0] Fix prefix indexes so that they work in characters, not bytes. (check-in: [af8d43a4a0] user: dan branch: fts5, size: 1508)