From 6bb2ea5a2b195514961f84673c53894e241ea8e3 Mon Sep 17 00:00:00 2001 From: x-ream <8966188@qq.com> Date: Wed, 10 Jul 2024 22:41:07 +0800 Subject: [PATCH] InsertBuilder, UpsertBuilder support write []byte (#77) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ab0cd..f0bbf51 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ a tool of sql query builder, build sql for sql.DB, [sqlx](https://github.com/jmo or build condition sql for some orm framework, like [xorm](https://github.com/go-xorm/xorm), [gorm](https://github.com/go-gorm/gorm).... ## Program feature: -* ignore building of nil and empty string +* ignore building nil or empty string ## Available field of struct: