Default aliasing simplified.
This commit is contained in:
parent
e772768180
commit
ffba8718ca
11 changed files with 46 additions and 70 deletions
|
|
@ -58,7 +58,7 @@ func (q *queryData) decreaseIdent() {
|
|||
q.ident -= defaultIdent
|
||||
}
|
||||
|
||||
func (q *queryData) writeProjection(statement statementType, projections []projection) error {
|
||||
func (q *queryData) writeProjections(statement statementType, projections []projection) error {
|
||||
q.increaseIdent()
|
||||
err := serializeProjectionList(statement, projections, q)
|
||||
q.decreaseIdent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue