File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ There are many methods for building conditions.
164
164
- [ Cond.Any] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.Any ) : ` field op ANY (value1, value2, ...) ` .
165
165
- [ Cond.All] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.All ) : ` field op ALL (value1, value2, ...) ` .
166
166
- [ Cond.Some] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.Some ) : ` field op SOME (value1, value2, ...) ` .
167
+ - [ Cond.IsDistinctFrom] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.IsDistinctFrom ) ` field IS DISTINCT FROM value ` .
168
+ - [ Cond.IsNotDistinctFrom] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.IsNotDistinctFrom ) ` field IS NOT DISTINCT FROM value ` .
167
169
- [ Cond.Var] ( https://pkg.go.dev/github.com/huandu/go-sqlbuilder#Cond.Var ) : A placeholder for any value.
168
170
169
171
There are also some methods to combine conditions.
You can’t perform that action at this time.
0 commit comments