Column reference from sub queries.
This commit is contained in:
parent
e727fc3d4f
commit
e772768180
13 changed files with 507 additions and 470 deletions
|
|
@ -29,7 +29,7 @@ func (cl ColumnList) DefaultAlias() []projection {
|
|||
newColumnList := []projection{}
|
||||
|
||||
for _, column := range cl {
|
||||
newColumn := column.DefaultAlias()
|
||||
newColumn := column.defaultAliasProjection()
|
||||
newColumnList = append(newColumnList, newColumn)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue