sqlcipher/ext/fts1
Nick Parker 9644b9fe85 Snapshot of upstream SQLite 3.11.0 2016-02-23 09:07:39 -06:00
..
README.txt commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
ft_hash.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
ft_hash.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts1.c Snapshot of upstream SQLite 3.11.0 2016-02-23 09:07:39 -06:00
fts1.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts1_hash.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts1_hash.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts1_porter.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts1_tokenizer.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts1_tokenizer1.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fulltext.c Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
fulltext.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
simple_tokenizer.c Snapshot of upstream SQLite 3.11.0 2016-02-23 09:07:39 -06:00
tokenizer.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00

README.txt

This folder contains source code to the first full-text search
extension for SQLite.