This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
ext
/
fts5
History
dan
d36106c954
Add tests for the new feature on this branch.
...
FossilOrigin-Name: 0268d1a59316d169927cbd4c562725e46a9023b7d7123ade911c12203e222adf
2023-04-14 16:11:05 +00:00
..
test
Add tests for the new feature on this branch.
2023-04-14 16:11:05 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
Fix a problem with the fts5 snippet() function that shows up when snippets just 1 token in length are requested.
2023-03-10 13:36:19 +00:00
fts5_buffer.c
…
fts5_config.c
Add the 'secure-delete' option to fts5. Used to configure fts5 to aggressively remove old full-text-index entries belonging to deleted or updated rows.
2023-04-12 17:40:44 +00:00
fts5_expr.c
Fix a problem with the fts5 trigram tokenizer and LIKE or GLOB patterns for which contain runs of 2 or fewer non-wildcard characters that are 3 or more bytes when encoded as utf-8.
2023-02-10 17:17:04 +00:00
fts5_hash.c
…
fts5_index.c
Add tests for the new feature on this branch.
2023-04-14 16:11:05 +00:00
fts5_main.c
Add the 'secure-delete' option to fts5. Used to configure fts5 to aggressively remove old full-text-index entries belonging to deleted or updated rows.
2023-04-12 17:40:44 +00:00
fts5_storage.c
…
fts5_tcl.c
…
fts5_test_mi.c
…
fts5_test_tok.c
…
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
…
fts5.h
…
fts5Int.h
Add the 'secure-delete' option to fts5. Used to configure fts5 to aggressively remove old full-text-index entries belonging to deleted or updated rows.
2023-04-12 17:40:44 +00:00
fts5parse.y
…
mkportersteps.tcl
…