sqlite/ext/fts5
dan 351ccb3825 Fix two more warnings in fts5 code.
FossilOrigin-Name: 5343e601fb6f0f24f4e4d5d442f7b5b074734143
2015-10-08 20:28:33 +00:00
..
test Allow the subsitute character (codepoint 26 - 0x1A) to appear in fts5 barewords. 2015-10-07 17:01:22 +00:00
tool First attempt to add json1 and fts5 to the amalgamation. This check-in does 2015-10-08 19:29:18 +00:00
extract_api_docs.tcl Add documentation for fts5 synonym support. 2015-09-03 18:05:09 +00:00
fts5.h Fix typo in fts5.h. 2015-09-16 12:31:39 +00:00
fts5Int.h Add tests for fts5 phrase queries with column filters. 2015-10-07 13:24:27 +00:00
fts5_aux.c Fix two more warnings in fts5 code. 2015-10-08 20:28:33 +00:00
fts5_buffer.c Allow the subsitute character (codepoint 26 - 0x1A) to appear in fts5 barewords. 2015-10-07 17:01:22 +00:00
fts5_config.c Remove the 0x00 terminators from the end of doclists stored on disk. 2015-09-08 19:55:26 +00:00
fts5_expr.c Add further tests for fts5 prefix queries. 2015-10-07 09:02:50 +00:00
fts5_hash.c Remove a potentially undefined behaviour involving signed integers and bitshift operations from fts5_hash.c. 2015-07-27 11:01:19 +00:00
fts5_index.c Further optimizations for fts5 prefix queries without a prefix index. 2015-10-07 19:06:21 +00:00
fts5_main.c Fix a couple of errors in fts5 compilation. This branch still does not build with -Wall -Werror. 2015-10-08 20:11:42 +00:00
fts5_storage.c Update fts5 to avoid using a statement journal for UPDATE and DELETE operations that affect at most a single row. 2015-10-02 20:04:30 +00:00
fts5_tcl.c Fix a couple of errors in fts5 compilation. This branch still does not build with -Wall -Werror. 2015-10-08 20:11:42 +00:00
fts5_test_mi.c Fix a problem handling OOM conditions within fts5 queries that feature synonyms. 2015-09-02 14:17:38 +00:00
fts5_tokenize.c Further tests to raise coverage of fts5 synonym code to 100%. Fix a dropped error code in the same. 2015-09-02 19:48:55 +00:00
fts5_unicode2.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_varint.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_vocab.c Optimizations for fts5 expressions that filter on column. More still to come. 2015-10-06 20:53:26 +00:00
fts5parse.y Fix two more warnings in fts5 code. 2015-10-08 20:28:33 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00