Skip to content

Commit 6bb2ea5

Browse files
committedJul 10, 2024·
InsertBuilder, UpsertBuilder support write []byte (#77)
1 parent 29d77de commit 6bb2ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a tool of sql query builder, build sql for sql.DB, [sqlx](https://github.com/jmo
88
or build condition sql for some orm framework, like [xorm](https://github.com/go-xorm/xorm), [gorm](https://github.com/go-gorm/gorm)....
99

1010
## Program feature:
11-
* ignore building of nil and empty string
11+
* ignore building nil or empty string
1212

1313
## Available field of struct:
1414

0 commit comments

Comments
 (0)
Please sign in to comment.