0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-24 16:18:08 +01:00
sqlite/ext/fts3
dan a864ac1c5a Fix a case in fts3 where a corrupt database record was not being handled correctly.
FossilOrigin-Name: cbcb53759b9510379e2159d14b73c9746e611df550b0bd05887bd4a480b519a8
2024-11-09 17:54:51 +00:00
..
tool
unicode
fts3_aux.c
fts3_expr.c
fts3_hash.c
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_snippet.c
fts3_term.c
fts3_test.c
fts3_tokenize_vtab.c
fts3_tokenizer1.c
fts3_tokenizer.c
fts3_tokenizer.h
fts3_unicode2.c
fts3_unicode.c
fts3_write.c
fts3.c
fts3.h
fts3Int.h
fts3speed.tcl
README.content
README.syntax
README.tokenizers
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.