sqlite/ext/fts5
dan 41ebf965cd Extra tests.
FossilOrigin-Name: fb257540d32ced4a5fe0759d3ad9c1b36fd2b7d64d93cb0a0ecdb48355a68b7a
2024-08-15 20:33:05 +00:00
..
test Extra tests. 2024-08-15 20:33:05 +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 Update documentation comments in fts5.h. 2023-12-06 18:10:50 +00:00
fts5_aux.c Fix further issues to do with fts5 locale support. 2024-08-12 17:03:37 +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 Update the fts5_tokenizer_v2 API so that the locale is passed as parameter to xTokenize(), instead of via a separate call to xSetLocale(). 2024-08-10 18:59:36 +00:00
fts5_expr.c Fix further issues to do with fts5 locale support. 2024-08-12 17:03:37 +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 Extra tests. 2024-08-15 20:33:05 +00:00
fts5_storage.c Change things so that locale=1 is required to write fts5_locale() values to an fts5 table, and so that blobs may not be stored in indexed (i.e. not UNINDEXED) columns of these tables. 2024-08-02 21:06:13 +00:00
fts5_tcl.c Update the auxiliary function API to include xTokenize_x2() instead of xSetLocale(). 2024-08-12 11:13:56 +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 Update the porter tokenizer to use locales. 2024-08-12 11:46:09 +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 Optimize queries against fts5vocab(row) tables that do use the "cnt" column. 2024-05-14 19:41:19 +00:00
fts5.h Fix further issues to do with fts5 locale support. 2024-08-12 17:03:37 +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