File tree Expand file tree Collapse file tree 4 files changed +5319
-3968
lines changed Expand file tree Collapse file tree 4 files changed +5319
-3968
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,20 @@ Version 2.4.0 - August 25 2019
134
134
- #191 CMake Warning line 299
135
135
- #190 Implement move constructors
136
136
- #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 )
138
138
- #199 Fix #156 misleading error message in exception from Statement::exec
139
139
- #201 Add Statement::getExpandedSQL() to get the SQL text of prepared statement with bound parameters expanded
140
140
- #211 Implement Database::backup()
141
141
- #215 Disable implicit fallthrough warning when building internal sqlite3
142
142
- #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)
Original file line number Diff line number Diff line change 1
1
sqlite3
2
2
-------
3
3
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 )
5
5
6
6
Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
7
7
They are used by default by the CMake build.
You can’t perform that action at this time.
0 commit comments