Versions in this module Expand all Collapse all v1 v1.14.0 Apr 11, 2026 Changes in this version + type DistinctOnManyColumnsRule struct + func NewDistinctOnManyColumnsRule() *DistinctOnManyColumnsRule + func (r *DistinctOnManyColumnsRule) Check(ctx *linter.Context) ([]linter.Violation, error) + func (r *DistinctOnManyColumnsRule) Fix(content string, violations []linter.Violation) (string, error) + type ImplicitColumnListRule struct + func NewImplicitColumnListRule() *ImplicitColumnListRule + func (r *ImplicitColumnListRule) Check(ctx *linter.Context) ([]linter.Violation, error) + func (r *ImplicitColumnListRule) Fix(content string, violations []linter.Violation) (string, error) + type MissingOrderByLimitRule struct + func NewMissingOrderByLimitRule() *MissingOrderByLimitRule + func (r *MissingOrderByLimitRule) Check(ctx *linter.Context) ([]linter.Violation, error) + func (r *MissingOrderByLimitRule) Fix(content string, violations []linter.Violation) (string, error) + type ReservedKeywordIdentifierRule struct + func NewReservedKeywordIdentifierRule() *ReservedKeywordIdentifierRule + func (r *ReservedKeywordIdentifierRule) Check(ctx *linter.Context) ([]linter.Violation, error) + func (r *ReservedKeywordIdentifierRule) Fix(content string, violations []linter.Violation) (string, error) + type SubqueryCanBeJoinRule struct + func NewSubqueryCanBeJoinRule() *SubqueryCanBeJoinRule + func (r *SubqueryCanBeJoinRule) Check(ctx *linter.Context) ([]linter.Violation, error) + func (r *SubqueryCanBeJoinRule) Fix(content string, violations []linter.Violation) (string, error) + type TableAliasRequiredRule struct + func NewTableAliasRequiredRule() *TableAliasRequiredRule + func (r *TableAliasRequiredRule) Check(ctx *linter.Context) ([]linter.Violation, error) + func (r *TableAliasRequiredRule) Fix(content string, violations []linter.Violation) (string, error) + type UnionAllPreferredRule struct + func NewUnionAllPreferredRule() *UnionAllPreferredRule + func (r *UnionAllPreferredRule) Check(ctx *linter.Context) ([]linter.Violation, error) + func (r *UnionAllPreferredRule) Fix(content string, violations []linter.Violation) (string, error)