- BREAKING CHANGE: Upgrade to
time
v0.2 and put it behind a feature flag (#653) - impl
TryFrom<&Row<'_>>
for(...)
This change implementsTryFrom<&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
(featurecolumn_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_exec
which 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 requiresbuildtime_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)