Closed
Description
- Export
PgCopyIn
fromsqlx::postgres
- Documentation for this type is currently not visible but knowing what methods it has is important to understanding how to use it.
- Downgrade
&mut self
to&self
forPool<Postgres>::{copy_in_raw, copy_out_raw}
- Signature was likely copied from the same methods on
PgConnection
, but&mut self
shouldn't be required forPool
(backwards-compatible change)
- Signature was likely copied from the same methods on