From 432a97935b98ca68a4f36c0ee9ef762377bc3a2a Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Wed, 17 Apr 2024 17:22:13 +0100 Subject: [PATCH] Add a known issue on the writing a value with a length of 0 always result in reading back an empty []byte{} value Signed-off-by: Benjamin Wang --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1e5f7686..4123b130e 100644 --- a/README.md +++ b/README.md @@ -948,6 +948,8 @@ them via pull request. Please also refer to the discussion in https://github.com/etcd-io/bbolt/issues/562. +- Writing a value with a length of 0 will always result in reading back an empty `[]byte{}` value. + Please refer to [issues/726#issuecomment-2061694802](https://github.com/etcd-io/bbolt/issues/726#issuecomment-2061694802). ## Other Projects Using Bolt