Skip to content

3.1.0

Compare
Choose a tag to compare
@SRombauts SRombauts released this 11 Aug 15:08
· 328 commits to master since this release

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