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