sqlite/ext/fts3
mistachkin 77fac879d2 More harmless compiler warning fixes.
FossilOrigin-Name: ab69527c1608da0b668f3b49e967661dd99cc3d4
2016-04-12 20:05:06 +00:00
..
tool Compilation fix for a C99-ism in the 'fts3view' tool. 2016-04-12 19:30:31 +00:00
unicode Fix a potential buffer overread provoked by invalid utf-8 in fts5. 2016-02-12 18:48:09 +00:00
fts3_aux.c
fts3_expr.c
fts3_hash.c
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_snippet.c
fts3_term.c
fts3_test.c More harmless compiler warning fixes. 2016-04-12 20:05:06 +00:00
fts3_tokenize_vtab.c
fts3_tokenizer1.c
fts3_tokenizer.c Provide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to 2016-02-26 15:38:24 +00:00
fts3_tokenizer.h
fts3_unicode2.c
fts3_unicode.c
fts3_write.c Fix a problem in fts3/4 that was causing it to discard data cached in-memory if an 'optimize' command is run when there is no data on disk. The usual way this would happen is if the very first transaction that writes to the fts3/4 table also includes an 'optimize' command. 2016-03-09 18:17:42 +00:00
fts3.c
fts3.h
fts3Int.h Automatically disable FTS3 and FTS4 when building with SQLITE_OMIT_VIRTUALTABLE. 2016-02-11 22:41:04 +00:00
fts3speed.tcl
mkfts3amal.tcl
README.content
README.syntax
README.tokenizers
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.