sqlite/ext/fts5
dan 5e5831a760 Handle an OOM case in fts5 code to query tokendata=1 tables.
FossilOrigin-Name: 01222d96b9ab24c7013a2587544304ba32c1f039b08c06a04d8d58ec9c790db0
2024-02-16 11:41:47 +00:00
..
test Handle an OOM case in fts5 code to query tokendata=1 tables. 2024-02-16 11:41:47 +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.h 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
fts5Int.h Fix a problem with the xInstCount() API and "ORDER BY rank" queries. 2023-12-04 17:45:33 +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 Add the tokendata=1 option to ignore trailing token-data when querying an fts5 table. 2023-10-11 21:08:12 +00:00
fts5_expr.c Fix harmless compiler warnings in FTS5. 2023-12-28 16:25:48 +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 Ensure the fts5 xIntegrity method correctly returns error codes unrelated to corruption or missing SQL elements. 2024-02-01 15:42:22 +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 Fix a problem with amalgamation builds on this branch. 2023-11-02 18:10:22 +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 Ensure an fts5vocab table never uses a special tokendata=1 merge cursor. 2023-12-07 21:09: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