sqlcipher/ext/fts3
Stephen Lombardo 81f606f59f track 3.6.13
2009-04-21 10:39:00 -04:00
..
fts3_expr.c track 3.6.13 2009-04-21 10:39:00 -04:00
fts3_expr.h track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts3_hash.c track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts3_hash.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_icu.c track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts3_porter.c 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
fts3_tokenizer.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3_tokenizer.h track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
fts3.c track 3.6.13 2009-04-21 10:39:00 -04:00
fts3.h 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.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.