Merge pull request #1179 from lmburns/debug_savepoint

Derive `Debug` for `Savepoint`
This commit is contained in:
gwenn
2022-05-26 07:51:30 +02:00
committed by GitHub

View File

@@ -87,6 +87,7 @@ pub struct Transaction<'conn> {
/// sp.commit()
/// }
/// ```
#[derive(Debug)]
pub struct Savepoint<'conn> {
conn: &'conn Connection,
name: String,