sqlite_modern_cpp v3.2 Release Notes

Release Date: 2017-05-13 // almost 7 years ago
  • Features:

    🛠 Fixes:

    • Convert UTF-16 statements to UTF-8 #91 Thanks to @zauguin
    • Fixed reexecution of statements #97 Thanks to @Killili
    • Diagnose attempts to execute multistatements #100 Thanks to @zauguin
    • Fix exceptions so they can be caught by const reference #102 Thanks to @cbeiraod
    • Support all integer types #104 Thanks to @zauguin
    • Fix for readme markdown #106 Thanks to @bryant1410
    • Fix C++14 flag in configure.ac #107 Thanks to @EarthlingKira

    Many thanks to all great contributors of the project ;)


Previous changes from v3.1

  • Fixes:

    • Fix build for modern standard libraries #90 Thanks to @zauguin