sqlcipher/ext/fts2
Nick Parker 45915dda5d Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
..
README.tokenizers commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
README.txt commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2.c Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
fts2.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_hash.c Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
fts2_hash.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts2_icu.c Snapshot of upstream SQLite 3.7.15.2 2013-01-15 16:38:05 -06:00
fts2_porter.c Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
fts2_tokenizer.c Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
fts2_tokenizer.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts2_tokenizer1.c Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
mkfts2amal.tcl commit of sqlite 3.6.0 2008-07-30 09:15:43 -04: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.