Joe
Results
2
issues of
Joe
### Bug Description using AnyPool to `fetch_all` ### Minimal Reproduction ```rust #[tokio::test] async fn test_any_row() -> Result { // sqlx init drivers sqlx::any::install_default_drivers(); let pg_options = "postgres://....".parse::()?; let pool: Pool...
bug
### Does your PR solve an issue? #2975 ### Delete this text and add "fixes #(issue number)"