We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014a8e2 commit ab9e11eCopy full SHA for ab9e11e
CHANGELOG.txt
@@ -101,4 +101,11 @@ Version 2.1.0 - July 18 2017
101
Added ability to open encrypted databases.
102
Added convenience functions for constructing objects from a row
103
Added CMake install step
104
- Make cpplint.py Python-3 compatible
+ Make cpplint.py Python-3 compatible
105
+
106
+Version X
107
+ Update SQLite3 from 3.19.3 to latest 3.20.1 (2017-08-24)
108
+ Removed virtual kewords from destructors
109
+ Removed misplaced noexcept keyword
110
+ Improved Exception class C++ conformance
111
+ Deprecated Statement::IsOk() to Statement::HasRow()
0 commit comments