3.1.0
版本发布时间: 2020-08-11 23:08:43
SRombauts/SQLiteCpp最新发布版本:3.3.2(2024-08-17 03:46:37)
Version 3.1.0 - August 11 2020
- Update SQLite3 from 3.30.1 to 3.32.3 (2020-06-18)
- #274 Install both cmake files into same lib directory from tcraigtyler/master
- #275 Add a method on Statement to get the declared type of a column. from daniel-schmidt/master
- #284 Add SQLITE_OPEN_FULLMUTEX flag from rwrx/fullmutex-flag
- #286 Add CMake option to toggle stack protection from chrisdalke/master
- #287 Fixed installation on other than Ubuntu distributions from xvitaly/fix-installation
- #288 Allow building of sqlite JSON1 extension when building internal sqlite library from zxey/feature-json1-extension