Versions in this module Expand all Collapse all v1 v1.2.48 Jan 17, 2025 Changes in this version + const From + const GroupBy + const Limit + const OnConflict + const OrderBy + const Returning + const Select + const Set + const Where + func FalseExpr() clause.NamedExpr + func GroupByClause(tx *gorm.DB) (groupByClause clause.GroupBy, ok bool) + func LimitClause(tx *gorm.DB) (limitClause clause.Limit, ok bool) + func NoWhereClause(tx *gorm.DB) bool + func OrderByClause(tx *gorm.DB) (orderByClause clause.OrderBy, ok bool) + func TrueExpr() clause.NamedExpr + func WhereClause(tx *gorm.DB) (whereClause clause.Where, ok bool) + type Config struct + AllowWrapRawOrRowByClause bool + BinaryExprStrongType bool + InExprMaxValuesLen *int + IndexColumnNoExpr bool + LikeNoPrefixMatch bool + NoRegexp bool + OrderByNoIndexColumn bool + PluginName string + func (cfg *Config) Clause(tx *gorm.DB) + func (cfg *Config) GroupByClause(tx *gorm.DB) + func (cfg *Config) Initialize(tx *gorm.DB) error + func (cfg *Config) LimitClause(tx *gorm.DB) + func (cfg *Config) Name() string + func (cfg *Config) OrderByClause(tx *gorm.DB) + func (cfg *Config) WhereClause(tx *gorm.DB)