sqlite/ext/fts5
dan 3c39f1f5d6 Add test code to drop an fts5 table with corrupt records in its shadow tables.
FossilOrigin-Name: ca21c942c30a3dbff0e7d118e105b847d80b5388c74d19c2eeea71581f8f40b8
2024-08-27 18:25:04 +00:00
..
test Add test code to drop an fts5 table with corrupt records in its shadow tables. 2024-08-27 18:25:04 +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 Fix a problem in the ext/fts5/extract_api_docs.tcl script. 2024-08-23 17:40:29 +00:00
fts5_aux.c Add fts5 auxiliary function fts5_get_locale(). For querying the locale of a stored value. 2024-08-23 15:18:02 +00:00
fts5_buffer.c Add assert()s to FTS5 to fix static analyzer warnings. 2023-12-14 16:34:47 +00:00
fts5_config.c Add tests to restore coverage of fts5_config.c. 2024-08-16 19:05:47 +00:00
fts5_expr.c Merge trunk changes into this branch. 2024-08-17 19:11:09 +00:00
fts5_hash.c Merge latest trunk into this branch. 2023-11-06 19:16:38 +00:00
fts5_index.c Add extra assert() statements to the fixes on this branch. 2024-07-17 16:27:36 +00:00
fts5_main.c Fix harmless compiler warnings in fts5V2toV1Tokenize(). 2024-08-24 20:05:59 +00:00
fts5_storage.c Fix a broken assert() in fts5_storage.c. 2024-08-17 19:40:15 +00:00
fts5_tcl.c Add test code to drop an fts5 table with corrupt records in its shadow tables. 2024-08-27 18:25:04 +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 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
fts5_tokenize.c Add tests to restore coverage of fts5_tokenizer.c. 2024-08-17 17:22:49 +00:00
fts5_unicode2.c Add tests to restore coverage of fts5_tokenizer.c. 2024-08-17 17:22:49 +00:00
fts5_varint.c Fix another problem with corrupt databases in fts5. 2019-01-11 19:27:55 +00:00
fts5_vocab.c Optimize queries against fts5vocab(row) tables that do use the "cnt" column. 2024-05-14 19:41:19 +00:00
fts5.h Changes to documentation comments in fts5.h. 2024-08-26 19:08:54 +00:00
fts5Int.h Extra tests. 2024-08-15 20:33:05 +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