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
drh
f9b58eb4f8
Fix harmless compiler warnings.
...
FossilOrigin-Name: 342af5b4fa0bd7c699e5497161db13d0cf795c7a5875ae30d666122e518f213b
2023-05-01 20:42:15 +00:00
..
test
Fix a crash that could occur in fts5 'secure-delete' mode when operating on corrupt records.
2023-04-29 18:31:44 +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
Fix a signed integer overflow in fts5 leading to a segfault that could occur when processing corrupt records.
2021-10-14 21:13:02 +00:00
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
Avoid a crash in fts5 when combining an empty expression with another.
2023-04-22 20:47:08 +00:00
fts5_hash.c
Fix an assert() in fts5 that could fail with a corrupt database.
2021-10-16 13:59:08 +00:00
fts5_index.c
Fix harmless compiler warnings.
2023-05-01 20:42:15 +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
Improved defenses against integer overflow when computing the size of a
2021-11-26 17:10:18 +00:00
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
…