cargo rusqlite 0.25.0

latest releases: 0.35.0, 0.34.0, 0.33.0...
4 years ago
  • BREAKING CHANGE: Overhaul parameter API #830 / #609
  • Add ToSql implementations for u64 and usize #826 / #821
  • Implement FromSql for u64, usize and f32, and ToSql for f32 #823 / #822 / #821
  • Reduce required lifetime in create_scalar_function #825
  • Expose query progress information and introduce Batch iterator #824 / #803
  • Add #[inline] and #[cold] in far more places #834
  • Fix create_collation #839
  • Remove #[non_exhaustive] attribute on IndexConstraintOp #840 / #783
  • Document that optional() requires import of trait rusqlite::OptionalExtension #842
  • Update time to appease deps.rs #849
  • Upgrade to bindgen 0.57
  • Improve busy handler documentation #854
  • Upgrade SQLite bundled version to 3.35.4
  • Expands/cleans up documentation. Also renames (and documents) the so-far-undocumented LIBSQLITE3_FLAGS. #861
  • Add get_connection method to function context #867
  • Fix smallvec version #896
  • BREAKING CHANGE: Pass context to aggregate init and finalize #866
  • BREAKING CHANGE: Rename get_raw to get_ref_unwrap and get_raw_checked to get_ref #838
  • BREAKING CHANGE: Fix DateTime format #886 / #885 + Leniently parse rfc3339 timezones #928

Don't miss a new rusqlite release

NewReleases is sending notifications on new releases.