Sourced from libsqlite3-sys's releases.
0.27.0
What's Changed
- Fix documentation typo for
rollback_hook
#1051- Remove
lazy_static
dependency forvtab
#1063- Sync
series
with official source by #1064- Enable
modern-full
feature for docs.rs #1066- Fix markdown rendering of
Connection::transaction
doc #1067- Add
ToSql
/FromSql
for[u8; N]
#1069- Upgrade bundled SQLCipher to 4.5.0 #1073
- Clean up
unlock_notify
code a bit #1077- Use caching in our CI #1078
- Enable
buildtime_bindgen
tests on windows CI #1090- Replace Gitter with Discord #1079, #1091
- Use stable rust for doc checking in CI #1092
- Exclude some configuration files from package #1093
- Remove the SQLite version check #1094
- Move
Limits
enum fromlibsqlite3-sys
intorusqlite
#1096- Uncomment
config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE
#1113- Upgrade SQLite bundled version to 3.38.0 #1124, #1127
Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.26.3...v0.27.0
8141b5e
Merge pull request #1129
from gwenn/0.27.02dc92fb
Prepare release 0.27.0fac2359
Merge pull request #1127
from gwenn/consts65668a4
Add constants introduced by SQLite 3.38.0af152b4
Merge pull request #1124
from gwenn/3.38.05648122
Upgrade SQLite bundled version to 3.38.0ddb7141
Merge pull request #1113
from link2xt/SQLITE_DBCONFIG_RESET_DATABASE81795e9
Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE94437ed
Merge pull request #1112
from gwenn/scriptdb9dae2
Merge remote-tracking branch 'upstream/master' into script