Versions in this module Expand all Collapse all v1 v1.0.215 Nov 11, 2023 v1.0.214 Nov 11, 2023 Changes in this version + const FieldID + const Label + const Table + var Columns = []string + func And(predicates ...predicate.Test) predicate.Test + func ID(id int) predicate.Test + func IDEQ(id int) predicate.Test + func IDGT(id int) predicate.Test + func IDGTE(id int) predicate.Test + func IDIn(ids ...int) predicate.Test + func IDLT(id int) predicate.Test + func IDLTE(id int) predicate.Test + func IDNEQ(id int) predicate.Test + func IDNotIn(ids ...int) predicate.Test + func Not(p predicate.Test) predicate.Test + func Or(predicates ...predicate.Test) predicate.Test + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByID(opts ...sql.OrderTermOption) OrderOption