mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-17 21:29:40 +00:00
* sqlite: fix inconsistent read-after-write fetch_one/fetch_optional * try pushing fetch_optional early-return into worker * run cargo fmt * fix "it_can_execute_multiple_statements" test failure * use Option<usize> instead of bespoke enum for rows returned