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

Fix test cases impacted by the use of ~/.sqliterc

9 месяцев назад
fts3

Add the SQLITE_PREPARE_FROM_DDL flag to sqlite3_prepare_v3(). Use this to prevent fts3/4 tables in non-trusted schemas from calling unsafe SQL functions.

8 месяцев назад
fts5

Fix harmless compiler warnings in FTS5.

7 месяцев назад
icu

ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-icu-... configure flags available as of version 3.48.

2 года назад
intck

Fix a missing va_end() call in the intckMprintf() function of the incremental integrity-check extension.

9 месяцев назад
jni

Remove an unused struct.

9 месяцев назад
misc

The tmstmpvfs.c extension should not modify the content of pages going into the WAL file, as that would corrupt the page checksum used for recovery. Instead, only insert timestamp information as content is written into the database file.

7 месяцев назад
qrf

Display scanstatus results in neat columns.

6 месяцев назад
rbu

Add extra test for handling corrupt delta records in rbu.

7 месяцев назад
recover

Add an appropriate _declspec to the declaration of the sqlite3_dbdata_init() function in the recovery extension.

год назад
repair

Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:006c8fa165083ac3|forum post 006c8fa165083ac3] and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app.

год назад
rtree

Fix potential OOB read on the undocumented test function rtreenode() that is part of the RTREE extension, as described in [forum:/forumpost/2026-01-08T23:32:19Z|forum post 2026-01-08T23:32:19Z]. The problem is almost certainly harmless since any memory allocation will be a multiple of 8 bytes, and once the input buffer size gets rounded up to the next multiple of 8 bytes, the access will still be within bounds. Nevertheless, it still needs to be fixed.

7 месяцев назад
session

Update session module test code to correctly use Tcl_Size instead of int.

6 месяцев назад
wasm

Fix a method name typo in test-only code which could hide the triggering error condition.

6 месяцев назад
README.md

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

год назад
README.md