SQLite

All files named ”test/fts3prefix.test”
Login

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

History for test/fts3prefix.test

2015-04-06
09:05
[fa794eaab0] part of check-in [0cdf502885] Fix a problem with fts3 prefix terms within phrase queries on "order=DESC" tables with a mix of negative and positive rowids. (check-in: [0cdf502885] user: dan branch: fts3-prefix-query-fix, size: 11020)
2015-03-19
16:25
[9f68e3598a] part of check-in [26d2def8a5] Fix an FTS3/4 problem with handling empty tokenizer declarations (e.g. "CREATE VIRTUAL TABLE t(tokenize=);"). (check-in: [26d2def8a5] user: dan branch: trunk, size: 10627)
15:52
[6bd3fc2777] part of check-in [ad4b19d2ac] Silently ignore any attempt to add a prefix index for prefixes zero bytes in size to an fts3/4 table. Or any prefix index size so large that it overflows a 32-bit signed integer. (check-in: [ad4b19d2ac] user: dan branch: trunk, size: 10629)
2011-10-04
19:41
[b36d4f00b1] part of check-in [0f439944ab] Improve test coverage of fts3.c. (check-in: [0f439944ab] user: dan branch: fts4-content, size: 8283)
2011-05-25
19:17
[3624660911] part of check-in [cc83991caa] If a prefix index of size N is not present, use a prefix index of size N+1 along with the terms index for queries for prefixes of length N. (check-in: [cc83991caa] user: dan branch: fts3-prefix-search, size: 7989)
18:34
[c51b04f38c] part of check-in [be59bf4940] Change fts4 so that the prefix= parameter is passes a comma-separated list of integers. For each integer N, a separate index of all prefixes of length N bytes is created. (check-in: [be59bf4940] user: dan branch: fts3-prefix-search, size: 7820)
2011-05-24
18:49
Added: [5b4e08c63d] part of check-in [b5bdc63989] If the fts4 option prefix=1 is specified, have the fts4 module maintain an index of prefixes as well as terms. (check-in: [b5bdc63989] user: dan branch: fts3-prefix-search, size: 7225)