Fix parentheses wrap on binary operators.
This commit is contained in:
parent
2b6288d317
commit
cf022ab68d
19 changed files with 99 additions and 97 deletions
|
|
@ -96,7 +96,7 @@ func (c *baseColumn) serializeAsOrderBy(statement statementType, out *queryData)
|
|||
return c.serialize(statement, out)
|
||||
}
|
||||
|
||||
func (c baseColumn) serialize(statement statementType, out *queryData) error {
|
||||
func (c baseColumn) serialize(statement statementType, out *queryData, options ...serializeOption) error {
|
||||
|
||||
columnRef := ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue