443ecd036d
modified fts2: Modify handling of SQLITE_SCHEMA in fts2 code. An SQLITE_SCHEMA error may cause SQLite to reload the internal schema, deleting and recreating v-table objects. So the sqlite3_vtab structure can be deleted out from under a v-table implementation. (CVS 4183) FossilOrigin-Name: f9020cffda02923ef45979bb447ec2e232086ad5 |
||
---|---|---|
.. | ||
ft_hash.c | ||
ft_hash.h | ||
fts1_hash.c | ||
fts1_hash.h | ||
fts1_porter.c | ||
fts1_tokenizer1.c | ||
fts1_tokenizer.h | ||
fts1.c | ||
fts1.h | ||
fulltext.c | ||
fulltext.h | ||
README.txt | ||
simple_tokenizer.c | ||
tokenizer.h |
This folder contains source code to the first full-text search extension for SQLite.