Skip to content

3.2.0

Compare
Choose a tag to compare
@SRombauts SRombauts released this 18 Sep 14:13
· 220 commits to master since this release

Version 3.2.0 - 2022 Septembre 18

  • #300 #316 #362 #368 Updated SQLite3 from 3.32.3 to 3.39.3 (2022-09-05)
  • #236 Disable explicit setting of MSVC runtime from BioDataAnalysis/emmenlau
  • #308 Fix build warning due to string truncation from stauffer-garmin
  • #311 Add Database::tryExec() from kcowolf
  • #313 [CMake] Add SQLITECPP_INCLUDE_SCRIPT option from past-due
  • #314 Add Database constructor for filesystem::path (#296) from ptrks
  • #295 Compile internal SQLite library with -ffunction-sections from smichaku
  • #299 Added Savepoint support from catalogm
  • #333 Added Database and Statement getChanges()
  • #305 Add other constants that work with sqlite3_open_v2 from LuAPi/more-flags
  • #333 Added Database and Statement method getChanges() from SRombauts/get-changes
  • #334 fix link for HAS_CODEC from linux-fan-dave/master
  • #338 fix load extension from paulo-coutinho/fix-load-extension
  • #335 from jagerman/older-macos-avoid-std-filesystem
  • #337 Add catkin configuration from ardabbour/master
  • #339 Allow specifying transaction behaviors DEFERRED, IMMEDIATE, and EXCLUSIVE from jjenkins278/transaction_behavior
  • #340 add HTML keywords and properly link up the links in docs/README.md from phoebe-leong/patch-1
  • #341 Install the package.xml file from ardabbour/patch-1
  • #352 add basic meson support from ninjaoflight/meson-support
  • #349 Refactoring of Statement and Column classes from Kacperos155/refactoring-Statement&Column
  • #359 Fix compilation issues earlier than iOS 13
  • #354 Windows improved support (meson) from ninjaoflight/windows-migration
  • #361 Fix Statement unit test using long from SRombauts/fix-statement-unit-tests-long-long-type
  • #346 Add compatible definition for std::experimental::filesystem from guoh27/master
  • #364 Removal of remaining long APIs from SRombauts/convert-remaining-long-types
  • #366 Add vcpkg installation instructions from FrankXie05/vcpkg-instructions
  • #360 Small improvements and code cleaning from Kacperos155/small_improvements