Versions in this module Expand all Collapse all v0 v0.42.5 Jan 27, 2026 v0.42.4 Jan 27, 2026 Changes in this version + func Columns(clauses ...any) bob.Mod[*dialect.SelectQuery] + func CrossJoin(e any) dialect.CrossJoinChain[*dialect.SelectQuery] + func Distinct() bob.Mod[*dialect.SelectQuery] + func Except(q bob.Query) bob.Mod[*dialect.SelectQuery] + func From(table any) dialect.FromChain[*dialect.SelectQuery] + func FullJoin(e any) dialect.JoinChain[*dialect.SelectQuery] + func GroupBy(e any) bob.Mod[*dialect.SelectQuery] + func Having(e any) bob.Mod[*dialect.SelectQuery] + func InnerJoin(e any) dialect.JoinChain[*dialect.SelectQuery] + func Intersect(q bob.Query) bob.Mod[*dialect.SelectQuery] + func LeftJoin(e any) dialect.JoinChain[*dialect.SelectQuery] + func Limit(count any) bob.Mod[*dialect.SelectQuery] + func Offset(count any) bob.Mod[*dialect.SelectQuery] + func OrderBy(e any) dialect.OrderBy[*dialect.SelectQuery] + func Recursive(r bool) bob.Mod[*dialect.SelectQuery] + func RightJoin(e any) dialect.JoinChain[*dialect.SelectQuery] + func Union(q bob.Query) bob.Mod[*dialect.SelectQuery] + func UnionAll(q bob.Query) bob.Mod[*dialect.SelectQuery] + func Where(e bob.Expression) mods.Where[*dialect.SelectQuery] + func Window(name string, winMods ...bob.Mod[*clause.Window]) bob.Mod[*dialect.SelectQuery] + func With(name string, columns ...string) dialect.CTEChain[*dialect.SelectQuery]