Skip to content

Commit c021d7a

Browse files
authored
feat: add clone to D1PreparedStatement (#422)
1 parent 6c5b662 commit c021d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/src/d1/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl From<D1DatabaseSys> for D1Database {
128128
}
129129

130130
// A D1 prepared query statement.
131+
#[derive(Clone)]
131132
pub struct D1PreparedStatement(D1PreparedStatementSys);
132133

133134
impl D1PreparedStatement {

0 commit comments

Comments
 (0)