rt-thread-official/components/external/SQLite-3.8.1/ext/fts3
geniusgogo a186d329a4 add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
..
tool add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
unicode add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
README.content add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
README.syntax add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
README.tokenizers add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
README.txt add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3.h add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3Int.h add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_aux.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_expr.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_hash.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_hash.h add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_icu.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_porter.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_snippet.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_term.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_test.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_tokenize_vtab.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_tokenizer.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_tokenizer.h add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_tokenizer1.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_unicode.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_unicode2.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3_write.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts3speed.tcl add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
mkfts3amal.tcl add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00

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.