Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package jet
|
||||
|
||||
type groupByClause interface {
|
||||
serializeForGroupBy(statement statementType, out *queryData) error
|
||||
serializeForGroupBy(statement statementType, out *sqlBuilder) error
|
||||
}
|
||||
|
||||
// TODO: GROUPING SETS, CUBE, and ROLLUP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue