Fix parentheses wrap on binary operators.
This commit is contained in:
parent
2b6288d317
commit
cf022ab68d
19 changed files with 99 additions and 97 deletions
|
|
@ -111,7 +111,7 @@ func newFloatExpressionWrap(expression expression) FloatExpression {
|
|||
return &floatExpressionWrap
|
||||
}
|
||||
|
||||
func (n *floatExpressionWrapper) serialize(statement statementType, out *queryData) error {
|
||||
func (n *floatExpressionWrapper) serialize(statement statementType, out *queryData, options ...serializeOption) error {
|
||||
if n == nil {
|
||||
return errors.New("Float expression wrapper is nil. ")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue