aboutsummaryrefslogtreecommitdiff
path: root/ext/fts5/test/fts5origintext.test
Commit message (Expand)AuthorAge
* Allow an fts5 table or query to be configured to collect xInstToken data for ...dan2024-11-02
* Fix the fts5 xInstToken() API for prefix queries that do not use prefix-index...dan2024-09-14
* Add tests to restore coverage of fts5_config.c.dan2024-08-16
* Extra tests.dan2024-08-15
* Fix an incorrect tcl comment that appeared in many fts5 test files.dan2024-06-24
* Fixes for xInstToken() with tokendata=0 tables. And with prefix queries.dan2023-12-04
* Different approach to querying a tokendata=1 table. Saves cpu and memory.dan2023-12-01
* Fix tokendata=1 and xInstToken() APIs for detail=none and detail=column tables.dan2023-11-22
* Add implementation of xInstToken() API.dan2023-11-15
* Add new fts5 API xQueryToken().dan2023-11-13
* Add the tokendata=1 option to ignore trailing token-data when querying an fts...dan2023-10-11
* Fixes for fts5 expression parser module to allow embedded 0x00 bytes in tokens.dan2023-10-03
* Changes so that fts5 can handle tokens with embedded '\0' bytes.dan2023-09-30