sqlcipher/ext/fts3
Nick Parker 1f3bc22483 Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
..
tool Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
unicode Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
README.content upstream 3.7.9 2011-12-26 14:52:17 -05:00
README.syntax track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
README.tokenizers track 3.7.13 2012-07-18 14:42:52 -04:00
README.txt commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
fts3.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3Int.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
fts3_aux.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
fts3_expr.c Snapshot of upstream SQLite 3.11.0 2016-02-23 09:07:39 -06:00
fts3_hash.c Snapshot of upstream SQLite 3.8.4.3 2014-04-04 10:16:20 -05:00
fts3_hash.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts3_icu.c Snapshot of upstream SQLite 3.11.0 2016-02-23 09:07:39 -06:00
fts3_porter.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
fts3_snippet.c Snapshot of upstream SQLite 3.11.0 2016-02-23 09:07:39 -06:00
fts3_term.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
fts3_test.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
fts3_tokenize_vtab.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
fts3_tokenizer.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
fts3_tokenizer.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts3_tokenizer1.c track 3.7.12 2012-05-15 19:05:34 -04:00
fts3_unicode.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
fts3_unicode2.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
fts3_write.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
fts3speed.tcl track 3.7.5 2011-02-16 16:14:46 -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.