sqlcipher/ext/fts3
Stephen Lombardo 090d3d3b9b update to 3.6.21 2009-12-19 15:56:40 -05:00
..
README.syntax track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
README.tokenizers track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
README.txt commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3Int.h update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_expr.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_hash.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_hash.h update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_icu.c track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts3_porter.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_snippet.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_tokenizer.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_tokenizer.h track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts3_tokenizer1.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fts3_write.c update to 3.6.21 2009-12-19 15:56:40 -05: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.