We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf41fd commit 12f2cbcCopy full SHA for 12f2cbc
sqlx-core/src/connection.rs
@@ -152,7 +152,7 @@ impl LogSettings {
152
}
153
154
155
-pub trait ConnectOptions: 'static + Send + Sync + FromStr<Err = Error> + Debug {
+pub trait ConnectOptions: 'static + Send + Sync + FromStr<Err = Error> + Debug + Clone {
156
type Connection: Connection + ?Sized;
157
158
/// Establish a new database connection with the options specified by `self`.
0 commit comments