sqlcipher/ext/fts1
Stephen Lombardo 81f606f59f track 3.6.13 2009-04-21 10:39:00 -04: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 commit of sqlite 3.6.0 2008-07-30 09:15:43 -04: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 commit of sqlite 3.6.0 2008-07-30 09:15:43 -04: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.