Skip to content

Commit

Permalink
Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Dec 29, 2019
1 parent c177d90 commit 41cf3c5
Show file tree
Hide file tree
Showing 4 changed files with 5,319 additions and 3,968 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,20 @@ Version 2.4.0 - August 25 2019
- #191 CMake Warning line 299
- #190 Implement move constructors
- #192 Add wrapper for bind parameter count
- #197 Add tuple_bind and execute_many
- #197 Add tuple_bind and execute_many (requested by #24)
- #199 Fix #156 misleading error message in exception from Statement::exec
- #201 Add Statement::getExpandedSQL() to get the SQL text of prepared statement with bound parameters expanded
- #211 Implement Database::backup()
- #215 Disable implicit fallthrough warning when building internal sqlite3
- #216 Set PROJECT_VERSION to fix CMP0048 Policy warnings

Upcoming Version 2.5.0 - Decembre 2019
- Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10)
- #212 fix sqlite3 compile properties (jzt)
- #219 Disable cast-function-type warning when building internal sqlite (zxey)
- #230 Fixed installation on other than Ubuntu GNU/Linux distributions (xvitaly)
- #228 use transitive compile definitions via cmake (BioDataAnalysis/emmenlau)
- #232 Added support of packaged GTest for running unit tests (xvitaly)
- #231 Added SOVERSION field for shared library (xvitaly)
- #229 Explicitly find and link against system sqlite library (xvitaly)
- #235 Added support for cmake dependencies and version information (BioDataAnalysis/emmenlau)
2 changes: 1 addition & 1 deletion sqlite3/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sqlite3
-------

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

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

0 comments on commit 41cf3c5

Please sign in to comment.