Skip to content

Commit 41cf3c5

Browse files
committed
Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10)
1 parent c177d90 commit 41cf3c5

File tree

4 files changed

+5319
-3968
lines changed

4 files changed

+5319
-3968
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,20 @@ Version 2.4.0 - August 25 2019
134134
- #191 CMake Warning line 299
135135
- #190 Implement move constructors
136136
- #192 Add wrapper for bind parameter count
137-
- #197 Add tuple_bind and execute_many
137+
- #197 Add tuple_bind and execute_many (requested by #24)
138138
- #199 Fix #156 misleading error message in exception from Statement::exec
139139
- #201 Add Statement::getExpandedSQL() to get the SQL text of prepared statement with bound parameters expanded
140140
- #211 Implement Database::backup()
141141
- #215 Disable implicit fallthrough warning when building internal sqlite3
142142
- #216 Set PROJECT_VERSION to fix CMP0048 Policy warnings
143+
144+
Upcoming Version 2.5.0 - Decembre 2019
145+
- Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10)
146+
- #212 fix sqlite3 compile properties (jzt)
147+
- #219 Disable cast-function-type warning when building internal sqlite (zxey)
148+
- #230 Fixed installation on other than Ubuntu GNU/Linux distributions (xvitaly)
149+
- #228 use transitive compile definitions via cmake (BioDataAnalysis/emmenlau)
150+
- #232 Added support of packaged GTest for running unit tests (xvitaly)
151+
- #231 Added SOVERSION field for shared library (xvitaly)
152+
- #229 Explicitly find and link against system sqlite library (xvitaly)
153+
- #235 Added support for cmake dependencies and version information (BioDataAnalysis/emmenlau)

sqlite3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sqlite3
22
-------
33

4-
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3120200.zip (SQLite 3.12.2 2016-04-18)
4+
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3300100.zip (SQLite 3.30.1 2019-10-10)
55

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

0 commit comments

Comments
 (0)