/
clang
/
sqlite
ОбзорДокументацияВойти
/
clang
/
sqlite
Код
Вики
Пакеты
0
Релизы
0
Аналитика
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
sqlite/
ext/fts5/
..
test

Fix a problem in fts5 secure-delete code that could lead to a buffer overrun when dealing with a strategically corrupted database. Problem reported by YEONBA.

8 часов назад
tool

Update fts5 scan costs to take into account that a prefix query combined with a rowid equality constraint is still quite expensive.

5 месяцев назад
extract_api_docs.tcl

Fix a problem in the ext/fts5/extract_api_docs.tcl script.

2 года назад
fts5.h

Fix an inaccuracy in the documentation in fts5.h.

2 года назад
fts5Int.h

Fix the change on this branch so that it works with amalgamation builds.

7 месяцев назад
fts5_aux.c

Clamp the nToken parameter to the fts5 snippet() function between 0 and 64. It has always been documented this way, but not previously implemented. Report [bugs:/info/2026-06-08T08:29:00Z | 2026-06-08T08:29:00Z].

2 месяца назад
fts5_buffer.c

Use only 64-bit memory allocation in FTS5. Fix for UAF reported by Zijie Zhao.

5 месяцев назад
fts5_config.c

Use only 64-bit memory allocation in FTS5. Fix for UAF reported by Zijie Zhao.

5 месяцев назад
fts5_expr.c

Fix a problem that could cause fts5 to return incorrect answers when performing prefix queries on tokens with synonyms. Bug [bugs:/info/2026-06-14T11:11:06Z | 2026-06-14T11:11:06Z].

2 месяца назад
fts5_hash.c

Avoid a possible integer overflow when fts5 tokenizes a very large document. Only possible with non-standard builds that use large values of SQLITE_MAX_LENGTH. Bug [bugs:/info/2026-06-09T05:27:16Z | 2026-06-09T05:27:16Z].

2 месяца назад
fts5_index.c

Fix a problem in fts5 secure-delete code that could lead to a buffer overrun when dealing with a strategically corrupted database. Problem reported by YEONBA.

8 часов назад
fts5_main.c

Fix an OOB read caused by passing an out-of-range phrase number to fts5 auxiliary API xPhraseFirstColumn() in detail=columns mode.

месяц назад
fts5_storage.c

Fix an fts5 problem causing attempts to create locale=1 tables with more than 115 columns to fail. Bug [bugs:/info/2026-06-19T05:19:08Z | 2026-06-19T05:19:08Z].

2 месяца назад
fts5_tcl.c

Update preprocessor logic in test file fts5_tcl.c to use intptr_t when available.

11 часов назад
fts5_test_mi.c

Remove unnecessary "www." prefixes on domain names in URLs.

год назад
fts5_test_tok.c

Use only 64-bit memory allocation in FTS5. Fix for UAF reported by Zijie Zhao.

5 месяцев назад
fts5_tokenize.c

Silently ignore nested porter tokenizers in FTS5. Having nested porter tokenizers is pointless, but it does use stack space unnecessarily. [bugs:/forumpost/a7766198f1|Bug report a7766198f1].

3 месяца назад
fts5_unicode2.c

Remove unnecessary "www." prefixes on domain names in URLs.

год назад
fts5_varint.c

Fix another problem with corrupt databases in fts5.

8 лет назад
fts5_vocab.c

Use only 64-bit memory allocation in FTS5. Fix for UAF reported by Zijie Zhao.

5 месяцев назад
fts5parse.y

Add the "^" syntax from fts3/4 to fts5.

9 лет назад
mkportersteps.tcl

Improve the performance of the fts5 porter tokenizer implementation.

12 лет назад