.. |
test
|
Add extra tests for fts5, large rowids and "ORDER BY rowid DESC". No changes to code.
|
2023-05-27 19:34:46 +00:00 |
tool
|
Minor tweaks to various TCL build scripts so that they work even for TCL 8.4,
|
2021-07-29 16:49:28 +00:00 |
extract_api_docs.tcl
|
Add documentation for fts5 synonym support.
|
2015-09-03 18:05:09 +00:00 |
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 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
|
Fix an assert() in fts5 that could fail with a corrupt database.
|
2021-10-16 13:59:08 +00:00 |
fts5_index.c
|
Fix a buffer overrun that could occur in fts5 when processing corrupt records.
|
2023-05-22 11:02: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
|
Fix harmless compiler warnings, mostly caused by prior efforts to get static
|
2021-10-05 18:59:05 +00:00 |
fts5_tcl.c
|
Add "#ifdef SQLITE_DEBUG" blocks around test variables sqlite3_fts5_may_be_corrupt and sqlite3_fts3_may_be_corrupt.
|
2021-03-29 20:04:31 +00:00 |
fts5_test_mi.c
|
Use 64-bit math to compute the sizes of memory allocations in extensions.
|
2019-01-08 20:02:48 +00:00 |
fts5_test_tok.c
|
Fix further sanitizer complaints in the fts5 code.
|
2021-03-10 19:32:47 +00:00 |
fts5_tokenize.c
|
Fix harmless compiler warnings about unused function parameters.
|
2020-11-25 16:28:04 +00:00 |
fts5_unicode2.c
|
Update mkunicode.tcl to match the change erroneously made to machine generated file fts5_unicode2.c in [b7b7bde9].
|
2020-11-26 20:13:54 +00:00 |
fts5_varint.c
|
Fix another problem with corrupt databases in fts5.
|
2019-01-11 19:27:55 +00:00 |
fts5_vocab.c
|
Improved defenses against integer overflow when computing the size of a
|
2021-11-26 17:10:18 +00:00 |
fts5.h
|
Fix various documentation typos suggested by Mark Benningfield.
|
2019-11-26 14:24:12 +00:00 |
fts5Int.h
|
Protect a macro argument with parentheses in FTS5.
|
2023-05-03 13:48:33 +00:00 |
fts5parse.y
|
Add the "^" syntax from fts3/4 to fts5.
|
2017-11-24 19:24:44 +00:00 |
mkportersteps.tcl
|
Improve the performance of the fts5 porter tokenizer implementation.
|
2015-01-17 17:48:10 +00:00 |