.. |
test
|
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings.
|
2024-11-11 19:49:26 +00:00 |
tool
|
Tweaks to help make jimsh0 usable to build using nmake. Does not quite work
|
2024-10-24 13:27:25 +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
|
Require that the contentless_unindexed=1 option be specified before storing the values of fts5 UNINDEXED column belonging to contentless tables.
|
2024-09-13 16:30:18 +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
|
In fts5, avoid starting a new merge of level L if there exists already an ongoing merge of a level less than L.
|
2024-09-30 17:28:45 +00:00 |
fts5_main.c
|
Ensure that the sqlite3_index_info.idxStr string coming back from FTS5
|
2024-11-12 13:37:00 +00:00 |
fts5_storage.c
|
Fix a problem with UPDATEs that do not modify all UNINDEXED columns of a contentless_delete=1, contentless_unindexed=1 table.
|
2024-09-27 18:32:52 +00:00 |
fts5_tcl.c
|
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings.
|
2024-11-11 19:49:26 +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 "applying zero offset to null pointer" usan error in the fts5 trigram tokenizer.
|
2024-11-18 14:08:42 +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
|
Fixes from code inspection:
|
2024-10-17 18:12:03 +00:00 |
fts5Int.h
|
Allow UPDATEs of unindexed columns in fts5 contentless_unindexed=1 tables. Testing to come.
|
2024-09-27 10:57:41 +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 |