Closed mpalmer closed 5 months ago
It's an oversight or I simply never had the need for it and/or nobody ever asked for it. Honestly I don't remember anymore. It is indeed missing. I would gladly accept a PR adding this feature to deadpool-postgres
. :+1:
OK, after some fiddling around, I think I'm going to give this up, for a few reasons:
deadpool_postgres::GenericClient
is described as a one-to-one mapping of tokio_postgres::GenericClient
, and the latter trait does not define build_transaction
(I could have sworn it did, since I thought I'd used it before, but apparently I misremembered and previously did something else); andGenericClient
, so I don't actually need to delve into the madness.
Howdy,
A couple of related questions:
build_transaction()
onGenericClient
deliberate, or just an oversight?Thanks!