aboutsummaryrefslogtreecommitdiff
path: root/test/fts3prefix.test
Commit message (Collapse)AuthorAge
* Fix a problem with fts3 prefix terms within phrase queries on "order=DESC" ↵dan2015-04-06
| | | | | tables with a mix of negative and positive rowids. FossilOrigin-Name: 0cdf502885ea7e5805d7ba3719f055f5d48fc78d
* Fix an FTS3/4 problem with handling empty tokenizer declarations (e.g. ↵dan2015-03-19
| | | | | "CREATE VIRTUAL TABLE t(tokenize=);"). FossilOrigin-Name: 26d2def8a53094356008861636d66f9ae8f2448a
* Silently ignore any attempt to add a prefix index for prefixes zero bytes in ↵dan2015-03-19
| | | | | size to an fts3/4 table. Or any prefix index size so large that it overflows a 32-bit signed integer. FossilOrigin-Name: ad4b19d2ac0889a23fe3b0fd844286efc10cdd82
* Improve test coverage of fts3.c.dan2011-10-04
| | | FossilOrigin-Name: 0f439944ab49a5691615bc170fdcf652055573df
* If a prefix index of size N is not present, use a prefix index of size N+1 ↵dan2011-05-25
| | | | | along with the terms index for queries for prefixes of length N. FossilOrigin-Name: cc83991caae7c7d647432d5711b6cd80228c3002
* Change fts4 so that the prefix= parameter is passes a comma-separated list ↵dan2011-05-25
| | | | | of integers. For each integer N, a separate index of all prefixes of length N bytes is created. FossilOrigin-Name: be59bf49402d2e2f4b95fb6668849f3745cb7bf2
* If the fts4 option prefix=1 is specified, have the fts4 module maintain an ↵dan2011-05-24
index of prefixes as well as terms. FossilOrigin-Name: b5bdc639898ee22eebedeb560810e94e74de8aa4