sqlcipher/ext/fts3
2024-02-01 10:31:17 -05:00
..
tool Snapshot of upstream SQLite 3.33.0 2020-08-17 13:03:40 -04:00
unicode Snapshot of upstream SQLite 3.34.1 2021-02-10 11:31:51 -05:00
fts3_aux.c Snapshot of upstream SQLite 3.44.0 2023-11-03 09:50:08 -04:00
fts3_expr.c Snapshot of upstream SQLite 3.37.2 2022-01-07 12:16:23 -05:00
fts3_hash.c Snapshot of upstream SQLite 3.27.1 2019-02-10 10:35:42 -05:00
fts3_hash.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts3_icu.c Snapshot of upstream SQLite 3.27.1 2019-02-10 10:35:42 -05:00
fts3_porter.c Snapshot of upstream SQLite 3.39.4 2022-09-30 11:36:35 -04:00
fts3_snippet.c Snapshot of upstream SQLite 3.41.0 2023-03-01 13:43:37 -05:00
fts3_term.c Snapshot of upstream SQLite 3.44.0 2023-11-03 09:50:08 -04:00
fts3_test.c Snapshot of upstream SQLite 3.36.0 2021-10-05 16:25:47 -04:00
fts3_tokenize_vtab.c Snapshot of upstream SQLite 3.44.0 2023-11-03 09:50:08 -04:00
fts3_tokenizer1.c Snapshot of upstream SQLite 3.39.4 2022-09-30 11:36:35 -04:00
fts3_tokenizer.c Snapshot of upstream SQLite 3.31.0 2020-04-22 11:11:26 -04:00
fts3_tokenizer.h Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
fts3_unicode2.c Snapshot of upstream SQLite 3.27.1 2019-02-10 10:35:42 -05:00
fts3_unicode.c Snapshot of upstream SQLite 3.36.0 2021-10-05 16:25:47 -04:00
fts3_write.c Snapshot of upstream SQLite 3.45.1 2024-02-01 10:31:17 -05:00
fts3.c Snapshot of upstream SQLite 3.45.1 2024-02-01 10:31:17 -05:00
fts3.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts3Int.h Snapshot of upstream SQLite 3.45.1 2024-02-01 10:31:17 -05:00
fts3speed.tcl track 3.7.5 2011-02-16 16:14:46 -05:00
README.content Snapshot of upstream SQLite 3.33.0 2020-08-17 13:03:40 -04:00
README.syntax track sqlite 3.6.11 2009-02-20 15:33:35 -05:00
README.tokenizers Snapshot of upstream SQLite 3.28.0 2019-05-15 12:49:41 -04:00
README.txt commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00

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.