Skip to content

Commit

Permalink
derive Debug for Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
arsdragonfly committed Dec 6, 2024
1 parent 2bd811e commit 6373bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/duckdb/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ pub struct Transaction<'conn> {
/// sp.commit()
/// }
/// ```
#[derive(Debug)]
pub struct Savepoint<'conn> {
conn: &'conn Connection,
name: String,
Expand Down

0 comments on commit 6373bb0

Please sign in to comment.