mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-28 08:48:56 +00:00
dont assert deletion count in sqlite KV adapter
This commit is contained in:
@@ -193,7 +193,6 @@ impl IDb for SqliteDb {
|
||||
let lock = self.write_lock.lock();
|
||||
|
||||
let n = db.execute(&format!("DELETE FROM {} WHERE k = ?1", tree), params![key])?;
|
||||
assert_eq!(n, 1);
|
||||
|
||||
drop(lock);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user