Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
2
alias.go
2
alias.go
|
|
@ -20,7 +20,7 @@ func (a *alias) from(subQuery ExpressionTable) projection {
|
|||
return &column
|
||||
}
|
||||
|
||||
func (a *alias) serializeForProjection(statement statementType, out *queryData) error {
|
||||
func (a *alias) serializeForProjection(statement statementType, out *sqlBuilder) error {
|
||||
err := a.expression.serialize(statement, out)
|
||||
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue