Versions in this module Expand all Collapse all v1 v1.7.0 Aug 31, 2026 v1.6.0 Jun 12, 2026 Changes in this version + var ByteaIPFormatter = func(quoted string) string + func Merge(col string, patch map[string]interface{}) clause.Expr + func Remove(col string, keys ...string) clause.Expr + func RemoveByValue(col, targetValue string) clause.Expr + func Set(col, key string, value interface{}) clause.Expr + func Where(col, key string, op Op, value interface{}) clause.Expr + func WhereHasValue(col, value string) clause.Expr + func WhereNotNull(col, key string) clause.Expr + func WhereNull(col, key string) clause.Expr + type Dialect string + const DialectPostgres + const DialectSQLite + func CurrentDialect() Dialect + type Op string + const Eq + const Gt + const Gte + const Lt + const Lte + const Neq + type SearchField struct + Field string + Formatter func(quoted string) string + func ByteaField(field string) SearchField