.. |
test
|
0cd2ffffb7
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings.
|
1 week ago |
tool
|
542d1c923e
Tweaks to help make jimsh0 usable to build using nmake. Does not quite work
|
4 weeks ago |
extract_api_docs.tcl
|
789da35848
Fix a problem in the ext/fts5/extract_api_docs.tcl script.
|
3 months ago |
fts5.h
|
fe15ed4342
Fixes from code inspection:
|
1 month ago |
fts5Int.h
|
bcd6d5d393
Allow UPDATEs of unindexed columns in fts5 contentless_unindexed=1 tables. Testing to come.
|
1 month ago |
fts5_aux.c
|
8d4edd0d67
Add fts5 auxiliary function fts5_get_locale(). For querying the locale of a stored value.
|
3 months ago |
fts5_buffer.c
|
eb78d56ec5
Add assert()s to FTS5 to fix static analyzer warnings.
|
11 months ago |
fts5_config.c
|
0218424e5a
Require that the contentless_unindexed=1 option be specified before storing the values of fts5 UNINDEXED column belonging to contentless tables.
|
2 months ago |
fts5_expr.c
|
408a34925d
Merge trunk changes into this branch.
|
3 months ago |
fts5_hash.c
|
b4fc827c0f
Merge latest trunk into this branch.
|
1 year ago |
fts5_index.c
|
d5838eaa42
In fts5, avoid starting a new merge of level L if there exists already an ongoing merge of a level less than L.
|
1 month ago |
fts5_main.c
|
92e9fa6fe8
Ensure that the sqlite3_index_info.idxStr string coming back from FTS5
|
1 week ago |
fts5_storage.c
|
08f1ba0767
Fix a problem with UPDATEs that do not modify all UNINDEXED columns of a contentless_delete=1, contentless_unindexed=1 table.
|
1 month ago |
fts5_tcl.c
|
0cd2ffffb7
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings.
|
1 week ago |
fts5_test_mi.c
|
2d77d80a65
Use 64-bit math to compute the sizes of memory allocations in extensions.
|
5 years ago |
fts5_test_tok.c
|
1935887a68
Ensure that all fields of static sqlite3_module objects are explicitly
|
1 year ago |
fts5_tokenize.c
|
de8aa17eb5
Fix a "applying zero offset to null pointer" usan error in the fts5 trigram tokenizer.
|
4 days ago |
fts5_unicode2.c
|
b651084713
Add tests to restore coverage of fts5_tokenizer.c.
|
3 months ago |
fts5_varint.c
|
0ad63e5e0c
Fix another problem with corrupt databases in fts5.
|
5 years ago |
fts5_vocab.c
|
a0693f21fc
Optimize queries against fts5vocab(row) tables that do use the "cnt" column.
|
6 months ago |
fts5parse.y
|
d37ce8396a
Add the "^" syntax from fts3/4 to fts5.
|
7 years ago |
mkportersteps.tcl
|
2656167f6e
Improve the performance of the fts5 porter tokenizer implementation.
|
9 years ago |