sqlx/sqlx-core
Ryan Leckey 0a04abdb3e
feat: Pool is now generic over Database, as opposed to Connection
this fixes an unfortunate interaction with HRTBs where the compiler would
produce infinitely nested PoolConnection<PoolConnection<....
2020-05-30 17:51:55 -07:00
..
src feat: Pool is now generic over Database, as opposed to Connection 2020-05-30 17:51:55 -07:00
Cargo.toml refactor(core): remove the HRTB (higher rank trait bound) on Row in the aim of improving ergonomics 2020-05-30 16:09:08 -07:00