rusqlite v0.24.0 Release Notes

Release Date: 2020-08-22 // over 3 years ago
    • ๐Ÿ’ฅ BREAKING CHANGE: Upgrade to time v0.2 and put it behind a feature flag (#653)
    • impl TryFrom<&Row<'_>> for (...)
      This change implements TryFrom<&Row> for tuples up to 16 fields. This
      is a convenience function that can be used to map rows more easily.
    • adding ability to work with sqlite compiled with SQLITE_OMIT_DECLTYPE (feature column_decltype)
    • LIBSQLITE3_FLAGS hook
      Enables compiling bundled sources with different flags.
    • โž• Add cross-compilation with mingw (#774)
    • ๐Ÿ‘Œ Support wasm32-wasi target (#785)
    • ๐Ÿ‘ Implement our own sqlite3_execwhich supports unlock notify (#767)
    • ๐Ÿ›  Fix order of parameters in InvalidParameterCount message (#779)
    • Don't implement Into for Statement (#763)
    • Publically expose Map
    • little speedup for bundled sqlite3.c on unix (HAVE_LOCALTIME_R)
    • ๐Ÿ’ฅ BREAKING CHANGE: VTabCursor lifetime should be bound to VTab lifetime (#753)
    • ๐Ÿ— preupdate_hook feature requires buildtime_bindgen
    • โฌ†๏ธ Upgrade SQLite bundled sources to 3.33.0
    • โฌ†๏ธ Upgrade to bindgen 0.54
    • ๐Ÿ›  Fix missing docs
    • โž• Add link to gitter channel (#738)
    • Include LICENSE into the libsqlite3-sys crate (#736)