File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ There are many methods for building conditions.
150150- [ Cond.In] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.In ) : ` field IN (value1, value2, ...) ` .
151151- [ Cond.NotIn] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.NotIn ) : ` field NOT IN (value1, value2, ...) ` .
152152- [ Cond.Like] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.Like ) : ` field LIKE value ` .
153+ - [ Cond.ILike] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.ILike ) : ` field ILIKE value ` .
153154- [ Cond.NotLike] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.NotLike ) : ` field NOT LIKE value ` .
154155- [ Cond.Between] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.Between ) : ` field BETWEEN lower AND upper ` .
155156- [ Cond.NotBetween] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.NotBetween ) : ` field NOT BETWEEN lower AND upper ` .
You can’t perform that action at this time.
0 commit comments