sqlcipher/ext/fts1
Nick Parker 67300dfce8 Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05: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 track 3.6.13 2009-04-21 10:39:00 -04: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 commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fulltext.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
simple_tokenizer.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04: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.