0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-25 08:59:33 +01:00
sqlite/ext/fts3
dan fefc7b1bf7 Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings.
FossilOrigin-Name: 4c4d1db00bd2c522165876dcf1606116a72525d9ffc891b266213704e25cde55
2024-11-19 11:58:32 +00:00
..
tool
unicode Add tests to restore coverage of fts5_tokenizer.c. 2024-08-17 17:22:49 +00:00
fts3_aux.c
fts3_expr.c Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. 2024-11-19 11:58:32 +00:00
fts3_hash.c
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_snippet.c Add assert() statements and reorganize code slightly in fts3 and fts5 to make it easier to follow. 2024-08-08 15:07:27 +00:00
fts3_term.c
fts3_test.c Fix problems uncovered while testing Tcl9 on Windows. 2024-07-31 13:00:18 +00:00
fts3_tokenize_vtab.c
fts3_tokenizer1.c
fts3_tokenizer.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
fts3_tokenizer.h
fts3_unicode2.c
fts3_unicode.c
fts3_write.c
fts3.c Fix a case in fts3 where a corrupt database record was not being handled correctly. 2024-11-09 17:54:51 +00:00
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.