cargo rusqlite 0.24.0
rusqlite 0.24.0, libsqlite-sys 0.20.0

latest releases: 0.37.0, 0.36.0, 0.35.0...
5 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)

Don't miss a new rusqlite release

NewReleases is sending notifications on new releases.