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
d679f9e5d1
Fix a buffer over-read that could occur as part of an fts5 secure-delete operation on a database containing corrupt fts5 records.
...
FossilOrigin-Name: a35c50eca907d0cf373b7962c359aebfce8ac7c34ce81edeb99122d4fb5804f7
2023-06-12 11:06:57 +00:00
..
test
Fix a buffer over-read that could occur as part of an fts5 secure-delete operation on a database containing corrupt fts5 records.
2023-06-12 11:06:57 +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 an assert() to fts5_config to ensure that a potential OOM is being handled correctly.
2023-05-03 13:57:57 +00:00
fts5_expr.c
Limit the number of nested NOT nodes in an fts5 expression to 256.
2023-05-15 17:14:16 +00:00
fts5_hash.c
…
fts5_index.c
Fix a buffer over-read that could occur as part of an fts5 secure-delete operation on a database containing corrupt fts5 records.
2023-06-12 11:06:57 +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
Protect a macro argument with parentheses in FTS5.
2023-05-03 13:48:33 +00:00
fts5parse.y
…
mkportersteps.tcl
…