sqlx
sqlx copied to clipboard
fix: `RawSql` lifetime issues
fixes #3150 fixes #3581 fixes #3591
TODO:
- [x] Regression test
Breaking Change
Strictly speaking, this is a breaking change because it adds the DB type parameter to all methods.