@@ -99,7 +99,7 @@ Version 2.1.0 - July 18 2017
9999- Update SQLite3 from 3.13 to latest 3.19.3 (2017-06-08)
100100- Fixed Incompatibility in 3.19.0 (to use older SQLite version set the CMake variable SQLITE_USE_LEGACY_STRUCT) #125
101101- Fixed link error (inline in cpp) and compiler warnings (unused variable...) #96
102- - Added ability to open encrypted databases #107
102+ - Added ability to open encrypted databases (using SQLCipher, eg. libsqlcipher-dev) #107
103103- Added convenience functions for constructing objects from a row #114
104104- Added CMake install step #118
105105- Fix warnings #119
@@ -110,7 +110,7 @@ Version 2.1.0 - July 18 2017
110110Version 2.2.0 - Sept 19 2017
111111- Update SQLite3 from 3.19.3 to latest 3.20.1 (2017-08-24) #143
112112- Added tryExecuteStep and tryReset #142
113- - Removed virtual kewords from destructors #140
113+ - Removed virtual keywords from destructors #140
114114- Removed misplaced noexcept keyword #139
115115- Improved Exception class C++ conformance #138
116116- Fix warnings #134
@@ -120,7 +120,7 @@ Version 2.3.0 - March 3 2019
120120- Update SQLite3 from 3.20.1 to latest 3.27.2 (2019-02-25) #183 #187
121121- Add Statement binding for long int values #147
122122- Allows long int for bind when used with name #148
123- - More cmake instructions for linux #151
123+ - More cmake instructions for Linux #151
124124- Add comparison with sqlite_orm #141
125125- Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155
126126- Add a move constructor to Database #157
@@ -141,7 +141,7 @@ Version 2.4.0 - August 25 2019
141141- #215 Disable implicit fallthrough warning when building internal sqlite3
142142- #216 Set PROJECT_VERSION to fix CMP0048 Policy warnings
143143
144- Upcoming Version 2.5.0 - Decembre 2019
144+ Upcoming Version 2.5.0 - December 2019
145145- Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10)
146146- #212 fix sqlite3 compile properties (jzt)
147147- #219 Disable cast-function-type warning when building internal sqlite (zxey)
0 commit comments