main
Fix logger regression (#3938)
groundwork for 0.9.0-alpha.1 (#3821)
breaking(mysql): assume all non-binary collations compatible with `str` (#3924)
fix spelling (#4069)
breaking: add SqlStr (#3723)
refactor(core): Remove lifetime parameter from Arguments trait (#3960)
refactor(any): Remove lifetime parameter from AnyArguments (#3958)
feat: create `sqlx.toml` format (#3383)
fix(mysql): don't use an arbitrary `cfg` for one test
feat: add Transaction type aliases (#3658)
Implement AnyQueryResult for Sqlite and MySQL (#3608)
feat: Unify `Debug` implementations across `PgRow`, `MySqlRow` and `SqliteRow` (#3890)
fix: clippy warnings