Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianBuzzo committed Aug 29, 2024
1 parent f46b8fb commit a40d827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quaint/src/connector/sqlite/native/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ impl Queryable for Sqlite {
let savepoint_stmt = format!("ROLLBACK TO savepoint{}", depth);
let ret = if depth > 1 {
savepoint_stmt
} else {
"ROLLBACK".to_string()
};

return ret;
>>>>>>> 50096754c4d (feat: add support for nested transaction rollbacks via savepoints in sql)
}
}

Expand Down

0 comments on commit a40d827

Please sign in to comment.