fix: refactor InsertValue method (#5267)

* fix: refactor insertValue method and add the test

* fix: exec goimports and add Licence file header

* fix: modify construct method of dbBase

* fix: add modify record into CHANGELOG
This commit is contained in:
Uzziah
2023-06-29 21:33:46 +08:00
committed by GitHub
parent 1047faadfb
commit 20a5030842
4 changed files with 182 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ type Buffer interface {
Write(p []byte) (int, error)
WriteString(s string) (int, error)
WriteByte(c byte) error
String() string
}
func Get() Buffer {