Default aliasing refactoring.
This commit is contained in:
parent
22426c8cad
commit
5ad213885f
16 changed files with 198 additions and 124 deletions
|
|
@ -67,7 +67,7 @@ func isSimpleOperand(expression Expression) bool {
|
|||
if _, ok := expression.(Column); ok {
|
||||
return true
|
||||
}
|
||||
if _, ok := expression.(FuncExpression); ok {
|
||||
if _, ok := expression.(*numericFunc); ok {
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue