sqlx/sqlx-mysql
nitn3lav 9ba488c831
Generic Associated Types in Database, replacing HasValueRef, HasArguments, HasStatement (#2973)
* HasValueRef, HasArguments, HasStatement -> Database GATs

replace the associated types from the generic traits
`HasValueRef<'r>`, `HasArguments<'q>` and `HasStatement<'q>`
with generic associated types in `Database`

* fixup after rebase

---------

Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
2024-03-14 12:35:52 -07:00
..
src Generic Associated Types in Database, replacing HasValueRef, HasArguments, HasStatement (#2973) 2024-03-14 12:35:52 -07:00
Cargo.toml Update rsa to 0.9 (#2563) 2023-06-30 14:10:02 -07:00