What's Changed
- bump sqlcipher to 4.10.0 (sqlite 3.50.4) #1725
- Use CARGO_CFG_TARGET_FEATURE for crt-static check #1737
- Disable u64, usize ToSql/FromSql impl by default #1732, ##1722 (breaking change)
- Make statement cache optional #1682, #1173 (breaking change)
- Remove shell scripts from the published package #1744
- Use new interfaces with 64-bit length parameters #1749
- sqlite3_vtab_rhs_value #1753
- Handle VTab IN values #1754
- Give access to Connection from VTabCursor::column #1755
- Bump minimal SQLite version to 3.34.1 #1733, #1731 (breaking change)
- Bump bundled SQLite version to 3.51.1 #1758
- Add support for transaction to the vtab module #1761
- Check Connection is owned when registering Closure as hook #1764 (breaking change)
- Turn libsqlite3-sys in a !#[no_std] crate #1767
- Add
wasm32-unknown-unknownsupport #1769, #488, #827 - Remove useless Send/Sync on Module #1774
Full Changelog: v0.37.0...v0.38.0