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
ea6bccaa44
Fix a couple of compiler warnings in fts5_index.c.
...
FossilOrigin-Name: bf71faa2a1d29ea762c4d2485522d6f4f8a5a7166981a92d3ba9c96ccbbe1213
2023-07-27 20:08:44 +00:00
..
test
Add extra test for 'deletemerge'.
2023-07-25 16:48:54 +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
Change the name of the fts5 'delete-automerge' option to 'deletemerge'. And add tests for it.
2023-07-25 15:48:58 +00:00
fts5_expr.c
Get access to SQL functions and virtual tables used for debugging and analysis
2023-07-12 18:38:47 +00:00
fts5_hash.c
Add the fts5 'delete-automerge' integer option. A level is eligible for auto-merging if it has a greater than or equal percentage of its entries deleted by tombstones than the 'delete-automerge' option. Default value is 10.
2023-07-24 19:13:06 +00:00
fts5_index.c
Fix a couple of compiler warnings in fts5_index.c.
2023-07-27 20:08:44 +00:00
fts5_main.c
Integrate contentless delete with auto-merge.
2023-07-22 19:47:46 +00:00
fts5_storage.c
Fix various issues with code added to this branch.
2023-07-19 18:47:02 +00:00
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
Change the name of the fts5 'delete-automerge' option to 'deletemerge'. And add tests for it.
2023-07-25 15:48:58 +00:00
fts5parse.y
…
mkportersteps.tcl
…