sqlite/ext/fts5
dan f46be6a1b9 Allow fts5 trigram tables created with detail=column or detail=none to optimize LIKE and GLOB queries. Allow case-insensitive tables to optimize GLOB as well as LIKE.
FossilOrigin-Name: 64782463be62b72b5cd0bfaa7c9b69aa487d807c5fe0e65a272080b7739fd21b
2020-10-05 16:41:56 +00:00
..
test Allow fts5 trigram tables created with detail=column or detail=none to optimize LIKE and GLOB queries. Allow case-insensitive tables to optimize GLOB as well as LIKE. 2020-10-05 16:41:56 +00:00
tool Add the -trigram option to the fts5txt2db.tcl script. 2020-10-01 17:15:12 +00:00
extract_api_docs.tcl
fts5.h Fix various documentation typos suggested by Mark Benningfield. 2019-11-26 14:24:12 +00:00
fts5Int.h Allow fts5 trigram tables created with detail=column or detail=none to optimize LIKE and GLOB queries. Allow case-insensitive tables to optimize GLOB as well as LIKE. 2020-10-05 16:41:56 +00:00
fts5_aux.c
fts5_buffer.c Fix an assert() failure in fts5 that could occur when processing a corrupt database. 2019-05-13 11:52:19 +00:00
fts5_config.c Add experimental unicode-aware trigram tokenizer to fts5. And support for LIKE and GLOB optimizations for fts5 tables that use said tokenizer. 2020-09-30 20:35:37 +00:00
fts5_expr.c Allow fts5 trigram tables created with detail=column or detail=none to optimize LIKE and GLOB queries. Allow case-insensitive tables to optimize GLOB as well as LIKE. 2020-10-05 16:41:56 +00:00
fts5_hash.c Fix a problem in fts5 causing the in-memory hash table to be flushed more often than necessary. 2020-09-17 15:16:50 +00:00
fts5_index.c In fts5 integrity checks, do not compare the contents of the index against an external content table unless specifically requested. 2020-09-21 14:53:21 +00:00
fts5_main.c Allow fts5 trigram tables created with detail=column or detail=none to optimize LIKE and GLOB queries. Allow case-insensitive tables to optimize GLOB as well as LIKE. 2020-10-05 16:41:56 +00:00
fts5_storage.c In fts5 integrity checks, do not compare the contents of the index against an external content table unless specifically requested. 2020-09-21 14:53:21 +00:00
fts5_tcl.c
fts5_test_mi.c
fts5_test_tok.c
fts5_tokenize.c FTS5 does not handle tokens that contain embedded nul characters. Prevent the trigram tokenizer from returning such tokens. Fix for [2ba5930b2]. 2020-10-03 14:36:06 +00:00
fts5_unicode2.c
fts5_varint.c
fts5_vocab.c Avoid an infinite recursion on an illegal recursive definition of an 2020-02-16 17:40:35 +00:00
fts5parse.y
mkportersteps.tcl