rt-thread/components/external/SQLite-3.8.1/ext/fts2
geniusgogo a186d329a4 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
fts2.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2.h add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2_hash.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2_hash.h add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2_icu.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2_porter.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2_tokenizer.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2_tokenizer.h add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
fts2_tokenizer1.c add SQLite-3.8.1 authority original source tree 2013-11-30 14:59:51 +08:00
mkfts2amal.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.