sqlcipher/ext/fts2
Stephen Lombardo 81f606f59f track 3.6.13 2009-04-21 10:39:00 -04: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 track 3.6.13 2009-04-21 10:39:00 -04:00
fts2.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_hash.c update baseline to sqlite version 3.6.1 2008-08-19 01:05:45 -04:00
fts2_hash.h update baseline to sqlite version 3.6.1 2008-08-19 01:05:45 -04:00
fts2_icu.c track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts2_porter.c update baseline to sqlite version 3.6.1 2008-08-19 01:05:45 -04:00
fts2_tokenizer.c track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts2_tokenizer.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_tokenizer1.c update baseline to sqlite version 3.6.1 2008-08-19 01:05:45 -04: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.