sqlcipher/ext/fts3
Stephen Lombardo 2893a5d0b2 update baseline to sqlite version 3.6.1 2008-08-19 01:05:45 -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
fts3.c update baseline to sqlite version 3.6.1 2008-08-19 01:05:45 -04:00
fts3.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_hash.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_hash.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_icu.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_porter.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_tokenizer.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_tokenizer.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_tokenizer1.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
mkfts3amal.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.