DVX_GUI/sql/thirdparty/sqlite/ext/fts3
2026-04-04 18:35:04 -05:00
..
CVS SQL support added! 2026-04-04 18:35:04 -05:00
fts3.c SQL support added! 2026-04-04 18:35:04 -05:00
fts3.h SQL support added! 2026-04-04 18:35:04 -05:00
fts3_hash.c SQL support added! 2026-04-04 18:35:04 -05:00
fts3_hash.h SQL support added! 2026-04-04 18:35:04 -05:00
fts3_icu.c SQL support added! 2026-04-04 18:35:04 -05:00
fts3_porter.c SQL support added! 2026-04-04 18:35:04 -05:00
fts3_tokenizer.c SQL support added! 2026-04-04 18:35:04 -05:00
fts3_tokenizer.h SQL support added! 2026-04-04 18:35:04 -05:00
fts3_tokenizer1.c SQL support added! 2026-04-04 18:35:04 -05:00
mkfts3amal.tcl SQL support added! 2026-04-04 18:35:04 -05:00
README.tokenizers SQL support added! 2026-04-04 18:35:04 -05:00
README.txt SQL support added! 2026-04-04 18:35:04 -05: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.