Skip to content

Commit a5aa467

Browse files
committed
Updated SQLite3 from 3.36.0 to 3.37.2 (2022-01-06)
1 parent 7f83089 commit a5aa467

File tree

5 files changed

+8530
-6427
lines changed

5 files changed

+8530
-6427
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ Version 3.1.1 - August 19 2020
187187
- #292 Fix compilation if using SQLITE_HAS_CODEC from sum01
188188
- #293 Remove FindSQLiteCpp.cmake from sum01
189189

190-
Version 3.x - 2021
191-
- #300 #316 Updated SQLite3 from 3.32.3 to 3.36.0 (2021-06-18)
190+
Version 3.x - 2022
191+
- #300 #316 Updated SQLite3 from 3.32.3 to 3.37.2 (2022-01-06)
192192
- #236 Disable explicit setting of MSVC runtime from BioDataAnalysis/emmenlau
193193
- #308 Fix build warning due to string truncation from stauffer-garmin
194194
- #311 Add Database::tryExec() from kcowolf

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-2020 Sebastien Rombauts ([email protected])
3+
# Copyright (c) 2012-2022 Sebastien Rombauts ([email protected])
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
sqlite3
22
-------
33

4-
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3300100.zip (SQLite 3.30.1 2019-10-10)
4+
Copyright (c) 2012-2022 Sebastien Rombauts ([email protected])
5+
6+
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3370200.zip (SQLite 3.37.2 2022-01-06)
57

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

0 commit comments

Comments
 (0)