]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Import all FTS3/4 enhancements and fixes that exist on the latest trunk branch-3.22
authordrh <drh@noemail.net>
Fri, 17 Jan 2020 14:18:48 +0000 (14:18 +0000)
committerdrh <drh@noemail.net>
Fri, 17 Jan 2020 14:18:48 +0000 (14:18 +0000)
commitbfcc1605d91df8785dcf3ada5c404a9b14c01ca7
tree6e5482a08cb83230f24844019979253b8f75fe61
parentf11ec1b05c1568634e9e8e07c0eb4df941b21056
Import all FTS3/4 enhancements and fixes that exist on the latest trunk
(3.31.0-beta) that do not require extensive change to the SQLite core
into the 3.22 branch.  Basically, the 3.31.0 FTS3 sources are copied into
3.22.0, with minor changes to work around core enhancements that are not
available in 3.22.0.

FossilOrigin-Name: cbcbb1e5a98bde5a40e90faf8467b4f761d2ad7414cf4423571bdb8ba38a81d5
21 files changed:
ext/fts3/README.tokenizers
ext/fts3/fts3.c
ext/fts3/fts3Int.h
ext/fts3/fts3_aux.c
ext/fts3/fts3_expr.c
ext/fts3/fts3_hash.c
ext/fts3/fts3_icu.c
ext/fts3/fts3_snippet.c
ext/fts3/fts3_term.c
ext/fts3/fts3_test.c
ext/fts3/fts3_tokenize_vtab.c
ext/fts3/fts3_tokenizer.c
ext/fts3/fts3_unicode.c
ext/fts3/fts3_unicode2.c
ext/fts3/fts3_write.c
ext/fts3/unicode/mkunicode.tcl
ext/fts3/unicode/parseunicode.tcl
manifest
manifest.uuid
src/sqlite.h.in
test/fts3expr.test