sqlcipher/ext/fts3
Stephen Lombardo 4bb256127b update 3.6.23.1
2010-05-18 12:22:17 -04:00
..
fts3_expr.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_hash.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_hash.h update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_icu.c track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts3_porter.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_snippet.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_tokenizer1.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_tokenizer.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_tokenizer.h update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3_write.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3.c update 3.6.23.1 2010-05-18 12:22:17 -04:00
fts3.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3Int.h update 3.6.23.1 2010-05-18 12:22:17 -04:00
mkfts3amal.tcl commit of sqlite 3.6.0 2008-07-30 09:15:43 -04: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

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.