Skip to content

Postgres COPY API improvements #1536

Closed
Closed
@abonander

Description

@abonander
  • Export PgCopyIn from sqlx::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 for Pool<Postgres>::{copy_in_raw, copy_out_raw}
    • Signature was likely copied from the same methods on PgConnection, but &mut self shouldn't be required for Pool (backwards-compatible change)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions