unified-storage: add BatchDelete support to sqlkv implementation (#115573)

This commit is contained in:
Renato Costa
2025-12-19 09:15:23 -05:00
committed by GitHub
parent 19c9f21cc4
commit 338ae95ef5
4 changed files with 63 additions and 41 deletions
-1
View File
@@ -50,7 +50,6 @@ func TestSQLKV(t *testing.T) {
TestKVSave: true,
TestKVConcurrent: true,
TestKVUnixTimestamp: true,
TestKVBatchDelete: true,
},
})
}