Skip to content

Conversation

@dspatoulas
Copy link

@dspatoulas dspatoulas commented Nov 18, 2025

The derived Clone implementation is too restrictive and causes a compilation error when used in a struct that also derives the Clone trait.

the trait `Clone` is not implemented for `Postgres`

Changing to a manual implementation of Clone more closely matches the behavior of the sqlx library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant