sqlite/ext/fts3
drh c08716a317 Fix harmless USAN warnings from gcc9.
FossilOrigin-Name: 72c4c69fea13f5e24df25645e6941ce3ff896f0a3c73cd63329f819cc907ab40
2020-08-11 21:53:42 +00:00
..
tool Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
unicode Fix various harmless compiler warnings seen with MSVC. 2019-03-20 05:45:03 +00:00
README.content Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
README.syntax
README.tokenizers
README.txt
fts3.c Fix harmless compiler warnings that surface in newer versions of GCC. 2020-08-10 14:18:00 +00:00
fts3.h
fts3Int.h Fix a problem building fts3 separately from the amalgamation. 2020-08-10 19:30:21 +00:00
fts3_aux.c
fts3_expr.c Fix an integer overflow in fts3 causing a usan error. 2020-04-22 11:11:17 +00:00
fts3_hash.c
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_snippet.c Fix a null pointer deference that can occur on a strange matchinfo() 2020-05-14 23:59:24 +00:00
fts3_term.c Fix various harmless compiler warnings seen with MSVC. 2019-03-20 05:45:03 +00:00
fts3_test.c Fix a harmless compiler warning in test logic. 2019-04-13 16:50:21 +00:00
fts3_tokenize_vtab.c Fix harmless USAN warnings from gcc9. 2020-08-11 21:53:42 +00:00
fts3_tokenizer.c Only register the fts3_tokenizer() function using a single text encoding. 2020-01-09 20:33:36 +00:00
fts3_tokenizer.h
fts3_tokenizer1.c
fts3_unicode.c
fts3_unicode2.c
fts3_write.c Fix handling of another corrupt database case in fts3. 2020-07-09 21:29:34 +00:00
fts3speed.tcl
mkfts3amal.tcl

README.txt

This folder contains source code to the second full-text search
extension for SQLite.  While the API is the same, this version uses a
substantially different storage schema from fts1, so tables will need
to be rebuilt.