@@ -99,7 +99,7 @@ Version 2.1.0 - July 18 2017
99
99
- Update SQLite3 from 3.13 to latest 3.19.3 (2017-06-08)
100
100
- Fixed Incompatibility in 3.19.0 (to use older SQLite version set the CMake variable SQLITE_USE_LEGACY_STRUCT) #125
101
101
- 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
103
103
- Added convenience functions for constructing objects from a row #114
104
104
- Added CMake install step #118
105
105
- Fix warnings #119
@@ -110,7 +110,7 @@ Version 2.1.0 - July 18 2017
110
110
Version 2.2.0 - Sept 19 2017
111
111
- Update SQLite3 from 3.19.3 to latest 3.20.1 (2017-08-24) #143
112
112
- Added tryExecuteStep and tryReset #142
113
- - Removed virtual kewords from destructors #140
113
+ - Removed virtual keywords from destructors #140
114
114
- Removed misplaced noexcept keyword #139
115
115
- Improved Exception class C++ conformance #138
116
116
- Fix warnings #134
@@ -120,7 +120,7 @@ Version 2.3.0 - March 3 2019
120
120
- Update SQLite3 from 3.20.1 to latest 3.27.2 (2019-02-25) #183 #187
121
121
- Add Statement binding for long int values #147
122
122
- Allows long int for bind when used with name #148
123
- - More cmake instructions for linux #151
123
+ - More cmake instructions for Linux #151
124
124
- Add comparison with sqlite_orm #141
125
125
- Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155
126
126
- Add a move constructor to Database #157
@@ -141,7 +141,7 @@ Version 2.4.0 - August 25 2019
141
141
- #215 Disable implicit fallthrough warning when building internal sqlite3
142
142
- #216 Set PROJECT_VERSION to fix CMP0048 Policy warnings
143
143
144
- Upcoming Version 2.5.0 - Decembre 2019
144
+ Upcoming Version 2.5.0 - December 2019
145
145
- Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10)
146
146
- #212 fix sqlite3 compile properties (jzt)
147
147
- #219 Disable cast-function-type warning when building internal sqlite (zxey)
0 commit comments