Model refactor cleanup.
This commit is contained in:
parent
c9561ecc37
commit
f016a93d78
33 changed files with 536 additions and 618 deletions
7
sqlbuilder/group_by_clause.go
Normal file
7
sqlbuilder/group_by_clause.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package sqlbuilder
|
||||
|
||||
type groupByClause interface {
|
||||
serializeForGroupBy(out *queryData) error
|
||||
}
|
||||
|
||||
// TODO: GROUPING SETS, CUBE, and ROLLUP
|
||||
Loading…
Add table
Add a link
Reference in a new issue