sqlx/sqlx-macros-core
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 refac: rebase syn 2 changes 2024-03-14 12:03:40 -07:00