Skip to content

Commit 2824eb4

Browse files
authored
Update SQLite from 3.51.1 to 3.51.3 (2026-03-13) (#538)
Update the SQLite3 library to the latest patch to fix #537
2 parents b6fcb54 + 3c397d9 commit 2824eb4

4 files changed

Lines changed: 232 additions & 163 deletions

File tree

sqlite3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CMake file for compiling the sqlite3 static library under Windows (for ease of use)
22
#
3-
# Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com)
3+
# Copyright (c) 2012-2026 Sebastien Rombauts (sebastien.rombauts@gmail.com)
44
#
55
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
66
# or copy at http://opensource.org/licenses/MIT)

sqlite3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sqlite3
22
-------
33

4-
Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com)
4+
Copyright (c) 2012-2026 Sebastien Rombauts (sebastien.rombauts@gmail.com)
55

6-
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3510100.zip (SQLite 3.51.1 2025-11-28)
6+
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3510300.zip (SQLite 3.51.3 2026-03-13)
77

88
Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
99
They are used by default by the CMake build.

0 commit comments

Comments
 (0)