main
feat(mssql): fix a few bugs and implement Connection::describe
feat: add Executor::prepare, a hook into the automatic statement preparation life-cycle
feat: add boolean support to sqlx-macros/mssql
Fix GitHub Actions and integration test (#1346)
Replace some more futures_util APIs with std variants (#3874)
fix: mssql uses unsigned for tinyint instead of signed (#2074)