0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-12-01 09:12:16 +01:00
sqlite/ext/fts5
dan 8c2b1fde58 Fix a problem in the fts5 snippet() auxiliary function.
FossilOrigin-Name: a861713cc6a3868a1c89240e8340bc7b2b9559da
2016-08-17 11:14:39 +00:00
..
test Fix a problem in the fts5 snippet() auxiliary function. 2016-08-17 11:14:39 +00:00
tool Change the way fts5 internally allocates segment ids in order to eliminated non-determinism from the module. 2016-03-21 09:56:19 +00:00
extract_api_docs.tcl
fts5_aux.c Fix a problem in the fts5 snippet() auxiliary function. 2016-08-17 11:14:39 +00:00
fts5_buffer.c Add JSON1 and FTS5 to the set of extensions subject to close compiler warning 2016-02-11 15:37:18 +00:00
fts5_config.c Fix handling of strings that contain zero tokens in fts5. And other problems found by fuzzing. 2016-03-12 16:32:16 +00:00
fts5_expr.c Fix a buffer overread in fts5. 2016-08-13 06:38:31 +00:00
fts5_hash.c More harmless compiler warning fixes. 2016-04-12 20:05:06 +00:00
fts5_index.c Fix an fts5 problem with corrupt database handling found by address-sanitizer. 2016-08-13 10:34:12 +00:00
fts5_main.c Fix an FTS5 problem (segfault or incorrect query results) with "... MATCH 'x OR y' ORDER BY rank" queries when either token 'x' or 'y' is completely absent from the dataset. 2016-05-30 08:28:21 +00:00
fts5_storage.c Add the largely untested SQLITE_FTS5_NO_WITHOUT_ROWID compile time option to fts5. For building a dynamically loadable extension that does not use WITHOUT ROWID. 2016-07-15 19:17:19 +00:00
fts5_tcl.c Add macro necessary for building several extensions when the __stdcall calling convention is not in use. 2016-07-29 01:31:49 +00:00
fts5_test_mi.c Add an incremental optimize capability to fts5. Make the 'merge' command independent of the 'automerge' settings. 2016-03-09 20:54:14 +00:00
fts5_test_tok.c Add a test to verify that the fts3 and fts5 "unicode61" tokenizers are byte for byte compatible. 2016-01-14 20:05:59 +00:00
fts5_tokenize.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5_unicode2.c Fix a potential buffer overread provoked by invalid utf-8 in fts5. 2016-02-12 18:48:09 +00:00
fts5_varint.c Add tests for and remove unreachable branches from fts5 in order to restore test coverage. 2016-02-05 21:09:26 +00:00
fts5_vocab.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5.h Fix documentation typos. No changes to code. 2016-08-07 18:52:11 +00:00
fts5Int.h Fix harmless compiler warning. 2016-08-09 21:01:52 +00:00
fts5parse.y Minor update to the way fts5 column filters are parsed. 2016-08-09 19:48:37 +00:00
mkportersteps.tcl