sqlite/ext/fts3
dan 6c68e55689 Fix another undefined behaviour in fts3 that could follow an OOM error.
FossilOrigin-Name: fac3ff857c4abdb44f59849af80d93a5bd4b64f088e5164fb5ad0be8d14748b7
2021-04-16 17:09:58 +00:00
..
tool
unicode
fts3_aux.c Fix an obscure memory leak in FTS3. dbsqlfuzz 26a51001beeff35649d2e328b05ec06f93c577a5 2021-04-08 13:41:20 +00:00
fts3_expr.c
fts3_hash.c
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_snippet.c Avoid signed integer overflow when finding snippets in fts3 by using 64-bit integer offsets. 2021-04-16 16:55:28 +00:00
fts3_term.c
fts3_test.c Add "#ifdef SQLITE_DEBUG" blocks around test variables sqlite3_fts5_may_be_corrupt and sqlite3_fts3_may_be_corrupt. 2021-03-29 20:04:31 +00:00
fts3_tokenize_vtab.c
fts3_tokenizer1.c
fts3_tokenizer.c
fts3_tokenizer.h
fts3_unicode2.c
fts3_unicode.c
fts3_write.c Fix an assert() in fts3 that might fail when handing corrupt records. 2021-04-16 11:25:37 +00:00
fts3.c Fix another undefined behaviour in fts3 that could follow an OOM error. 2021-04-16 17:09:58 +00:00
fts3.h
fts3Int.h Add "#ifdef SQLITE_DEBUG" blocks around test variables sqlite3_fts5_may_be_corrupt and sqlite3_fts3_may_be_corrupt. 2021-03-29 20:04:31 +00:00
fts3speed.tcl
mkfts3amal.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.