sqlite/ext/fts5
dan bee10b987c Improve the error message returned when fts5 finds a row is missing from its content table.
FossilOrigin-Name: 9b1afd4acb8cf9738154e921dcb074d895bbcc4742bf1016ef9f045a0da78bc8
2024-07-08 16:01:49 +00:00
..
test Improve the error message returned when fts5 finds a row is missing from its content table. 2024-07-08 16:01:49 +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 Ensure that the xColumnText(), xQueryPhrase() and xPhraseFirstColumn() APIs all return SQLITE_RANGE if they are passed a bad column or phrase number. 2023-12-26 15:52:40 +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 Fix harmless compilation issues seen with MSVC. 2024-06-05 20:50:39 +00:00
fts5_expr.c Add assert() statements to FTS5 to hush-up warnings from scan-build. 2024-07-02 13:54:46 +00:00
fts5_hash.c Merge latest trunk into this branch. 2023-11-06 19:16:38 +00:00
fts5_index.c Handle an OOM case in fts5 code to query tokendata=1 tables. 2024-02-16 11:41:47 +00:00
fts5_main.c Improve the error message returned when fts5 finds a row is missing from its content table. 2024-07-08 16:01:49 +00:00
fts5_storage.c Improve the error message returned by an fts5 'rebuild' command on an external content table if there is a problem with the content table or view. 2023-12-14 15:31:35 +00:00
fts5_tcl.c Fix harmless compiler warnings seen with MSVC. 2024-02-04 04:01:11 +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 Have fts5 tables delay initializing the tokenizer until it is first used in all cases where the tokenizer is not "trigram". 2024-05-14 17:16: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 Update fts5 comment/docs to include the order matches are visited in by the xPhraseFirst/xPhraseNext API. 2024-06-28 18:21:30 +00:00
fts5Int.h Have fts5 tables delay initializing the tokenizer until it is first used in all cases where the tokenizer is not "trigram". 2024-05-14 17:16:09 +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