Default aliasing refactoring.

This commit is contained in:
zer0sub 2019-05-03 12:51:57 +02:00
parent 22426c8cad
commit 5ad213885f
16 changed files with 198 additions and 124 deletions

View file

@ -1,8 +1,8 @@
package sqlbuilder
type FuncExpression interface {
Expression
}
//type FuncExpression interface {
// Expression
//}
type numericFunc struct {
expressionInterfaceImpl