main
refactor(sqlite): do not borrow bound values, delete lifetime on `SqliteArguments` (#3957)
breaking(sqlite): `libsqlite3-sys` versioning, feature flags, safety changes (#3928)
Remove unnecessary boxfutures (#3525)
refactor(core): Remove lifetime parameter from Arguments trait (#3960)
refactor(any): Remove lifetime parameter from AnyArguments (#3958)
feat: create `sqlx.toml` format (#3383)
groundwork for 0.9.0-alpha.1 (#3821)
fix(sqlite) Migrate revert with no-transaction (#4024)
Implement AnyQueryResult for Sqlite and MySQL (#3608)
fix(sqlite): fix unit and doctests
SQLite: fix transaction level accounting with bad custom command. (#3981)
breaking(sqlite): always use `i64` as intermediate when decoding (#3184)
fix(sqlite): regression when decoding nulls (#3991)