/ Changes On Branch branch-3.22
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch branch-3.22 Excluding Merge-Ins

This is equivalent to a diff from 0c55d17973 to cbcbb1e5a9

2020-01-17
14:18
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. (Leaf check-in: cbcbb1e5a9 user: drh tags: branch-3.22)
2019-09-03
18:36
Fix a buffer overread that could occur when running fts5 prefix queries inside a transaction. (check-in: 68b898381a user: drh tags: branch-3.22)
2018-03-22
17:17
Fix an RBU problem causing errors when updating tables with default collation sequences that require quoting (e.g. COLLATE "ICU_root-u-kn-on"). Cherrypick of [eb4f452e]. (check-in: 5dd61e1cbd user: dan tags: branch-3.22)
2018-01-23
00:05
Fix harmless compiler warnings seen with MSVC. (check-in: 76a11a80e9 user: mistachkin tags: trunk)
2018-01-22
19:04
Merge all version-3.22.0 changes. (check-in: 27e20d6998 user: drh tags: apple-osx)
18:45
Version 3.22.0 (check-in: 0c55d17973 user: drh tags: trunk, release, version-3.22.0)
15:45
Avoid unnecessary OOM detection warnings in a debugging routine. (check-in: 395f8ea790 user: drh tags: trunk)

Changes to ext/fts3/README.tokenizers.

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3Int.h.

Changes to ext/fts3/fts3_aux.c.

Changes to ext/fts3/fts3_expr.c.

Changes to ext/fts3/fts3_hash.c.

Changes to ext/fts3/fts3_icu.c.

Changes to ext/fts3/fts3_snippet.c.

Changes to ext/fts3/fts3_term.c.

Changes to ext/fts3/fts3_test.c.

Changes to ext/fts3/fts3_tokenize_vtab.c.

Changes to ext/fts3/fts3_tokenizer.c.

Changes to ext/fts3/fts3_unicode.c.

Changes to ext/fts3/fts3_unicode2.c.

Changes to ext/fts3/fts3_write.c.

Changes to ext/fts3/unicode/mkunicode.tcl.

Changes to ext/fts3/unicode/parseunicode.tcl.

Changes to ext/fts5/fts5_hash.c.

Changes to ext/fts5/test/fts5aa.test.

Added ext/rbu/rbucollate.test.

Changes to ext/rbu/sqlite3rbu.c.

Changes to ext/rbu/test_rbu.c.

Changes to ext/rtree/rtree.c.

Changes to src/sqlite.h.in.

Added test/fts3corrupt4.test.

Changes to test/fts3expr.test.

Changes to test/permutations.test.