From 2aded0c0757a86bf536647d61ed8dbf12acdd93d Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Tue, 4 Jun 2024 18:30:26 +0300 Subject: [PATCH] win build --- README.md | 2 +- src/backup.rs | 2 -- src/transaction.rs | 2 -- src/write_batch.rs | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ddb97c1..5fe6856 100644 --- a/README.md +++ b/README.md @@ -847,7 +847,7 @@ $transaction->merge("json_obj_key", "employees[0].last_name = dow", "new_cf"); / ## Important Note -Before creating a new instance of any class (e.g., `RocksDB`, `RocksDBIterator`, `RocksDBBackup`, `RocksDBWriteBatch`, `RocksDBSnapshot`, `RocksDBTransaction`), ensure to destroy the previous instance to free up the database connection. +Before creating a new instance of any class (e.g., `RocksDB`, `RocksDBBackup`, `RocksDBWriteBatch`, `RocksDBTransaction`), ensure to destroy the previous instance to free up the database connection. ```php